Merge pull request #840 from barraponto/livereload_instructions
Document livereload usage in config file
This commit is contained in:
commit
3080857316
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue