Closed karland closed 10 years ago
Coming back to my previous mail. I re-installed
ruby 1.9.3p448 (2013-06-27) [i386-mingw32]
And the above error disappears. Livereload with middleman is working, the only thing is the browsers do not refresh under Windows 7, neither Firefox nor Chrome. If I go under development tools | network I see activities named livereload, but no impact on the screens. Thanks!
Sorry, need to re-open. Wrong button....
I'm having the same problem. LiveReload doesn't reload pages. Using MM 3.1.4 and LR 3.1.0
On
<script type="text/javascript">
WEB_SOCKET_SWF_LOCATION = "/__rack/WebSocketMain.swf";
</script>
<script type="text/javascript" src="/__rack/swfobject.js"></script>
<script type="text/javascript" src="/__rack/web_socket.js"></script>
<script type="text/javascript">
RACK_LIVERELOAD_PORT = 35729;
</script>
<script type="text/javascript" src="/__rack/livereload.js?host=//0.0.0.0&port=35729"></script>
I am not sure what has changed, but in the meantime middleman-livereload is working smoothly under Windows 7 with ruby 1.93.p484 (2013-11-22) [i386-mingw32]
. So I consider this issue closed. Thanks.
Hi, I have a problem running middleman-livereload on Windows 7-64bit with
My gemfile looks like
It installs perfectly:
With
the
runs perfectly. However, with
suddenly, I get the following errors:
Can you help?
Also, but I am not sure if it's relevant
produces
Thanks a lot!