Keep LiveReload disabled
This commit is contained in:
parent
632dc9edc1
commit
6e3c985265
|
@ -75,8 +75,9 @@ module Middleman::Features
|
||||||
# paragraphs, fake images, names and email addresses.
|
# paragraphs, fake images, names and email addresses.
|
||||||
autoload :Lorem, "middleman/features/lorem"
|
autoload :Lorem, "middleman/features/lorem"
|
||||||
|
|
||||||
# auto-reload browser after changes
|
# LiveReload will auto-reload browsers with the live reload extension installed after changes
|
||||||
autoload :LiveReload, "middleman/features/live_reload"
|
# Currently disabled and untested.
|
||||||
|
#autoload :LiveReload, "middleman/features/live_reload"
|
||||||
|
|
||||||
# The Feature API is itself a Feature. Mind blowing!
|
# The Feature API is itself a Feature. Mind blowing!
|
||||||
class << self
|
class << self
|
||||||
|
|
Loading…
Reference in a new issue