# 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