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
If I run gulp default, the server only restart one times only, at the first when I do any modifications for example in my app.js. Meanwhile, if I re-save multiple times my main.styl file, it will re-compile the minified CSS every single time, works as expected.
I had to run gulp default "default" to be responsive every server restart, but than I run every command two times, which I think is wasting.
I running Gulp 4 now, but it was the same with Gulp 3.
The text was updated successfully, but these errors were encountered:
I have the following Gulpfile:
If I run
gulp default
, the server only restart one times only, at the first when I do any modifications for example in myapp.js
. Meanwhile, if I re-save multiple times mymain.styl
file, it will re-compile the minified CSS every single time, works as expected.I had to run
gulp default "default"
to be responsive every server restart, but than I run every command two times, which I think is wasting.I running Gulp 4 now, but it was the same with Gulp 3.
The text was updated successfully, but these errors were encountered: