lib/guard/livereload.rb in guard-livereload-0.1.2 vs lib/guard/livereload.rb in guard-livereload-0.1.3

- old
+ new

@@ -6,12 +6,14 @@ autoload :Reactor, 'guard/livereload/reactor' attr_accessor :reactor def start - options[:api_version] ||= '1.4' - options[:host] ||= '0.0.0.0' - options[:port] ||= '35729' + options[:api_version] ||= '1.4' + options[:host] ||= '0.0.0.0' + options[:port] ||= '35729' + options[:apply_js_live] ||= true + options[:apply_css_live] ||= true @reactor = Reactor.new(options) end def stop \ No newline at end of file