-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reload randomly not working after successfully trigger watch #11
Comments
I experience this if I save multiple times quickly. The first save will refresh the page, and subsequent saves won't. In my case I can see that the websocket is not yet open, and that's why the page does not refresh. Maybe it is the same case for you? |
yep, in some cases it does not include de js in the page… weird |
So I see this line in the client code: That 3 second delay is what causes the WS to open late. Any speculation as to why it's there? |
Another culprit might be this server side throttling cf. http://benalman.com/projects/jquery-throttle-debounce-plugin/ |
thank you guys, i'll have a look at both |
thank you @cesutherland and @manuel-woelker |
I haven't been having any trouble since removing that timeout. I had a On Sat, Dec 22, 2012 at 10:18 AM, Sergi Meseguer
|
@cesutherland been trying what you guys suggested, in all combinations, with no luck, that's why i finally installed LiveReload. Thanx again, anyway. |
Hi
I have a problem with reload task, it randomly works or not. Here is the relevant parts of my grunt file:
When i run
grunt live
sometimes it works perfect, sometimes it does not reload after changes have been made (watch runs ok, but it just fails to reload the browser)As you can see the message for the "reload" task says File updated. Reload triggered. but it does not reload page in browser. Randomly.
I would appreciate any help.
The text was updated successfully, but these errors were encountered: