Upgraded from beta 6 to latest dev and noticed livereload no longer works - in beta 6 I see it located in omega/js/livereload.js, but in in dev when I look in omega/omega/js/ it's not there. I've installed the libraries and that doesn't change it. Should I just move it from my old installation to my new one? Strange it's not there for this release?

Comments

Anonymous’s picture

And this is the script error:

<script src="http://localhost:/livereload.js?snipver=1&port=">
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /livereload.js was not found on this server.</p>
<hr>
<address>Apache/2.2.22 (Ubuntu) Server at localhost Port 80</address>
</body></html> 
fubhy’s picture

Status: Active » Fixed

This has been answered here on the issue queue various times already.

livereload.js is automatically served by Guard/Grunt or whatever you are running the daemon on.

Apparently your theme settings are incorrect. Go to the livereload theme settings and adjust them so they target http://localhost:35729/livereload.js

fubhy’s picture

Note: You do NOT need livereload.js anywhere in your theme. It's served from the daemon automatically.

Anonymous’s picture

Sorry, I did try a search but only got one issue. Maybe wrong filter. Thanks, I solved it now by adding more info to livereload settings, it said not to specify port if it wasn't changed, but doing so made it work. Maybe my beta settings nixed it.

fubhy’s picture

Maybe my beta settings nixed it.

Sounds like that was the reason, yes. You can see the proper settings by creating a new subtheme. The defaults are usually (99% case) fine.

fubhy’s picture

Status: Fixed » Closed (cannot reproduce)

Issue status is not properly updating for some reason.

Anonymous’s picture

D7 bugs? :P And one more thing, kind of related, what happened to the "close error messages" checkbox? I can't seem to find it. I enjoyed getting rid of those pesky update messages.