Document livereload usage in config file

This commit is contained in:
Capi Etheriel 2013-03-26 11:21:05 -03:00
parent 92954a7c95
commit 00ac776fc4

View file

@ -40,6 +40,11 @@
# 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: gem install middleman-livereload
# Or add it to your Gemfile and run bundle install (preferred)
# 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