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
Now I have two tries to run BrowserSync when I execute npm run start
The first statement (located in a place unknown to me) halts (this is the one coming by default when you download this boilerplate package) and the second that I can read in the logs, that uses the options passed through gulpfile.js, works and starts node.
Where is this statement located by default in the boilerplate package?
Thank you.
The text was updated successfully, but these errors were encountered:
Basically what happens is that Gulp is executed by default by the lite-server.
Therefore, if you call it using Gulp, it gets called twice in the end.
So, in order to run BrowserSync with custom options, you have to insert the options that will override the default ones in bs-config.json.
Hello,
in order to run multiple apps I added some lines in my file gulpfile.js
Now I have two tries to run BrowserSync when I execute npm run start
The first statement (located in a place unknown to me) halts (this is the one coming by default when you download this boilerplate package) and the second that I can read in the logs, that uses the options passed through gulpfile.js, works and starts node.
Where is this statement located by default in the boilerplate package?
Thank you.
The text was updated successfully, but these errors were encountered: