You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have grunt-reload setup and working. I make a change and it refreshes my browser, but then there's a three second window where no changes are picked up. After the three seconds are up, if I save the file again the reload is triggered, and the three seconds starts again. This is pretty annoying, I probably have something setup wrong. Here's what I have:
After a reload is triggered my watch task outputs this: Running "watch" task Waiting...Sat Oct 13 2012 11:12:13 GMT-0600 (MDT) Peer 127.0.0.1 disconnected.
Then three seconds later outputs: Sat Oct 13 2012 11:12:16 GMT-0600 (MDT) Connection accepted.
The text was updated successfully, but these errors were encountered:
I have
grunt-reload
setup and working. I make a change and it refreshes my browser, but then there's a three second window where no changes are picked up. After the three seconds are up, if I save the file again the reload is triggered, and the three seconds starts again. This is pretty annoying, I probably have something setup wrong. Here's what I have:After a reload is triggered my watch task outputs this:
Running "watch" task Waiting...Sat Oct 13 2012 11:12:13 GMT-0600 (MDT) Peer 127.0.0.1 disconnected.
Then three seconds later outputs:
Sat Oct 13 2012 11:12:16 GMT-0600 (MDT) Connection accepted.
The text was updated successfully, but these errors were encountered: