move livereload init into dev block
This commit is contained in:
parent
8b20b39b31
commit
23b1b8464d
|
@ -38,7 +38,9 @@ page '/*.txt', layout: false
|
||||||
# activate :automatic_image_sizes
|
# activate :automatic_image_sizes
|
||||||
|
|
||||||
# Reload the browser automatically whenever files change
|
# 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
|
# Methods defined in the helpers block are available in templates
|
||||||
# helpers do
|
# helpers do
|
||||||
|
|
Loading…
Reference in a new issue