Merge pull request #840 from barraponto/livereload_instructions
Document livereload usage in config file
This commit is contained in:
commit
3080857316
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
@ -80,4 +84,4 @@ configure :build do
|
||||||
|
|
||||||
# Or use a different image path
|
# Or use a different image path
|
||||||
# set :http_path, "/Content/images/"
|
# set :http_path, "/Content/images/"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue