Merge pull request #840 from barraponto/livereload_instructions

Document livereload usage in config file
This commit is contained in:
Ben Hollis 2013-05-02 18:55:48 -07:00
commit 3080857316

View file

@ -36,6 +36,10 @@
# Automatic image dimensions on image_tag helper # Automatic image dimensions on image_tag helper
# activate :automatic_image_sizes # activate :automatic_image_sizes
# Enable middleman-livereload
# First: add it to your Gemfile and run bundle install
# activate :livereload
# Methods defined in the helpers block are available in templates # Methods defined in the helpers block are available in templates
# helpers do # helpers do
# def some_helper # def some_helper