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
Still need both Browser Sync and Nodemon to run when I call gulp serve.
Currently, the problem is that the mongo.connect function is asynchronous, and it finishes after the Gulp processes finish, which results in the Browser Sync task to hang.
For some reason, the Browser Sync does refresh the browser when a make a change in the public directory.
To Do
Browser Sync
Nodemon
The text was updated successfully, but these errors were encountered:
Notes
gulp serve
.mongo.connect
function is asynchronous, and it finishes after the Gulp processes finish, which results in the Browser Sync task to hang.public
directory.To Do
The text was updated successfully, but these errors were encountered: