# File lib/guard/livereload.rb, line 34
    def run_on_changes(paths)
      sleep options[:grace_period]
      reactor.reload_browser(paths)
    end