We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running npm start the project should build, the server should start, and browser should automatically reload on changes.
npm start
Project gets built, server starts, but browser does not reload on changes.
Use the done callback in watch task and wrap browser.reload in a callback that executes the gulp done callback after reload.
Test Case:
How to reproduce:
Slows development.
The text was updated successfully, but these errors were encountered:
Hi @aorinevo, thank you for your issue and pull request. I will take a look at it later.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What should happen?
When running
npm start
the project should build, the server should start, and browser should automatically reload on changes.What happens instead?
Project gets built, server starts, but browser does not reload on changes.
Possible Solution
Use the done callback in watch task and wrap browser.reload in a callback that executes the gulp done callback after reload.
Test Case and/or Steps to Reproduce
Test Case:
How to reproduce:
npm start
Context
Slows development.
Your Environment
Checklist (all required):
The text was updated successfully, but these errors were encountered: