# File lib/guard/livereload.rb, line 15 def initialize(watchers = [], options = {}) super @options = { :host => '0.0.0.0', :port => '35729', :apply_css_live => true, :override_url => false, :grace_period => 0 }.update(options) end
# File lib/guard/livereload.rb, line 34 def run_on_changes(paths) sleep options[:grace_period] reactor.reload_browser(paths) end
Generated with the Darkfish Rdoc Generator 2.