mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
move livereload init into dev block
This commit is contained in:
parent
8b20b39b31
commit
23b1b8464d
1 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,9 @@ page '/*.txt', layout: false
|
|||
# activate :automatic_image_sizes
|
||||
|
||||
# Reload the browser automatically whenever files change
|
||||
# activate :livereload
|
||||
# configure :development do
|
||||
# activate :livereload
|
||||
# end
|
||||
|
||||
# Methods defined in the helpers block are available in templates
|
||||
# helpers do
|
||||
|
|
Loading…
Add table
Reference in a new issue