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
I am having an issue where everything works fine when calling the task directly (gulp css) but when the task gets triggered by gulp.watch, it recompiles no matter what. Even if I just write the file and it doesn't change. Just writing the file doesn't update the timestamp so running the task from the command line doesn't trigger the recompile.
As you can see in this screenshot, writing global.scss at 1:27 triggers the task but running the task from the command line after that does not. Is there any difference behind the scenes when a task is triggered by gulp.watch?
I am having an issue where everything works fine when calling the task directly (
gulp css
) but when the task gets triggered bygulp.watch
, it recompiles no matter what. Even if I just write the file and it doesn't change. Just writing the file doesn't update the timestamp so running the task from the command line doesn't trigger the recompile.As you can see in this screenshot, writing
global.scss
at 1:27 triggers the task but running the task from the command line after that does not. Is there any difference behind the scenes when a task is triggered bygulp.watch
?Relevant file included into gulp:
The text was updated successfully, but these errors were encountered: