Commit Graph

5 Commits

Author SHA1 Message Date
David Miani 206ce04e77 Adds the live_reload_port option.
This allows the javascript to work with a non default value for the
livereload port (specified with the port option in the guard command).

For example, in config/environments/development.rb in rails:
  config.middleware.insert_after(ActionDispatch::Static, Rack::LiveReload, :live_reload_port => 22351)
works with the following in the Guardfile:
  guard 'livereload', port: '22351' do
    ...
  end

This allows multiple guard livereload processes to operate at the same time without
conflicts.
2013-02-03 22:46:38 +11:00
John Bintz 0d82995d8c update livereload.js 2012-07-10 17:50:52 -04:00
John Bintz e1d0ada7d6 update livereload.js 2011-11-29 14:00:55 -05:00
John Bintz 47faab2457 add support for web-sockets-js 2011-11-17 15:44:48 -05:00
John Bintz 2115047ab1 initial commit 2011-11-04 11:51:22 -04:00