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
|
||||
|
@ -80,4 +84,4 @@ configure :build do
|
|||
|
||||
# Or use a different image path
|
||||
# set :http_path, "/Content/images/"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue