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
At the moment, whenever I create a new file, it has to be added to gulpfile.js, as they need to be loaded in order. The problem with this is that when using gulp watch, it doesn't recognise that gulpfile.js has been updated, and so need manually restarting.
I don't know whether it would be better to change how the files are included or to have gulp also watch gulpfile.js.
The text was updated successfully, but these errors were encountered:
At the moment, whenever I create a new file, it has to be added to
gulpfile.js
, as they need to be loaded in order. The problem with this is that when usinggulp watch
, it doesn't recognise thatgulpfile.js
has been updated, and so need manually restarting.I don't know whether it would be better to change how the files are included or to have gulp also watch
gulpfile.js
.The text was updated successfully, but these errors were encountered: