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

can we make the auto reload more responsive? #85

Closed
wants to merge 1 commit into from

Conversation

dahakawang
Copy link

the default interval for the file watcher is 5007, that means even if gulp detects my changes to the original file and regenerated it within several milliseconds, i need to wait for at least 5 seconds for the page to refresh (because it take 5 sec for gulp-webserver to discover that)

it would be awesome if my page get refreshed as soon as i hit ⌘+S, so i override the default interval parameter to be 500ms (on my machine it often takes 2-3ms to generate a file, and it think 500ms for discovering such a change is pretty enough.)

@davidgengenbach
Copy link

#92

@dahakawang dahakawang closed this Mar 22, 2019
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

Successfully merging this pull request may close these issues.

3 participants