Skip to content
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

3 second pause #8

Open
geddski opened this issue Oct 13, 2012 · 0 comments
Open

3 second pause #8

geddski opened this issue Oct 13, 2012 · 0 comments

Comments

@geddski
Copy link

geddski commented Oct 13, 2012

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:

reload: {
      port: 8081,
      proxy: {
          host: 'localhost',
          port: 8080
      }
    }

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant