-
Notifications
You must be signed in to change notification settings - Fork 76
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
gulp-nodemon + browser-sync loading very slow #145
Comments
@heinhoang Did you ever figure out the problem? I'm having the same issue. |
hey @amack459, yes, I figured out why it is: |
Solution 1 is that: You can setTimeout() to wait for a few seconds before starting browser-sync task.
|
"gulp-nodemon": "^2.2.1"
"browser-sync": "^2.18.12"
"gulp": "^3.9.1
gulpfile.js
It's loading too slow before render a page.
Here's the output on console:
The text was updated successfully, but these errors were encountered: