

In chrome the consol shows a red x then "GET "Īnd the inspect function of firefox when I try and view this js using the source code bowser says: Firefox 'net' tab in firebug says 'aborted' for status. It seems that both browsers complain of not being able to find livereload. I can't seem to get any 'browser connected' msgs in the guard output. I have not installed any special plugins to either browser (should I have?). Same in firefox and chrome (even in incognito mode with extensions disabled). I'm using the default Guardfile which includes: guard :livereload do
#Livereload firefox install
I've (re)run 'gem install guard-livereload'. I get: Compilation took 1.228sġ5:58:16 - INFO - Guard::Compass is watching at your stylesheets.ġ5:58:16 - INFO - LiveReload is waiting for a browser to connect.ġ5:58:16 - INFO - Guard is now watching at '/media/storage1/software/workspace/mysite/sites/all/themes/omg'Ĭhanges will compile, and a refresh of the page will show those changes. When starting, I *do not* get a browser connected message. Restarted guard with 'drush guard-omega omg' in my subtheme (omg) directory at: I've cleared cache (not sure it even matters). I couldn't track it down further than this, as I'm not drupal js expert. I've also tried placing livereload options into the themes. I downloaded the lastest version of livereload.js:īut on line 191 my debugger shows this._url has null for the hostname so i have to manually set the hostname at line 141 replacing with the hostname. These arguments are parsed via livereload.js. When these are set (it seems that, contrary to the field descriptions they must be set for things to work properly) because they append arguments to the url ('?host=&port= The settings for my omega4 subtheme under development for livereload has three fields, the last two being host and port.

With my basic understanding I think I've tacked down the problem most of the way. I have a site in which omega4 livereload works fine (however this is an older beta), now with the latest version 7.x-4.0 on a different site, it doesn't work.
