Document livereload usage in config file
This commit is contained in:
parent
92954a7c95
commit
00ac776fc4
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
@ -89,4 +94,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