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
# 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
# helpers do
# def some_helper
@ -80,4 +84,4 @@ configure :build do
# Or use a different image path
# set :http_path, "/Content/images/"
end
end