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 have written a custom task as a callback for watch(grunt-contrib-watch).
During the very first time when i edit and save the file, the custom task is not called. But from the second time the custom task is getting called correctly.
Also facing such callback anomalies during watch persisting for long time.
Debugged some files but doesn't get a clear picture about that.
grunt-contrib-watch: "1.1.0"
grunt : "1.6.1"
The text was updated successfully, but these errors were encountered:
I have written a custom task as a callback for watch(grunt-contrib-watch).
During the very first time when i edit and save the file, the custom task is not called. But from the second time the custom task is getting called correctly.
Also facing such callback anomalies during watch persisting for long time.
Debugged some files but doesn't get a clear picture about that.
grunt-contrib-watch: "1.1.0"
grunt : "1.6.1"
The text was updated successfully, but these errors were encountered: