Keep LiveReload disabled

This commit is contained in:
Thomas Reynolds 2011-02-21 13:07:32 -08:00
parent 632dc9edc1
commit 6e3c985265

View file

@ -75,8 +75,9 @@ module Middleman::Features
# paragraphs, fake images, names and email addresses.
autoload :Lorem, "middleman/features/lorem"
# auto-reload browser after changes
autoload :LiveReload, "middleman/features/live_reload"
# LiveReload will auto-reload browsers with the live reload extension installed after changes
# Currently disabled and untested.
#autoload :LiveReload, "middleman/features/live_reload"
# The Feature API is itself a Feature. Mind blowing!
class << self