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
When configuring grunt-contrib-watch to watch a particular file, unrelated watches will trigger a "file deleted" event if the casing on the file name is incorrect.
E.g.
Watch on file "File.txt" will trigger if the actual file's name is "FIle.txt" (capital i).
I didn't test all the scenarios but I know the watch triggers the file deleted event when unrelated watches have events.
The text was updated successfully, but these errors were encountered:
When configuring grunt-contrib-watch to watch a particular file, unrelated watches will trigger a "file deleted" event if the casing on the file name is incorrect.
E.g.
Watch on file "File.txt" will trigger if the actual file's name is "FIle.txt" (capital i).
I didn't test all the scenarios but I know the watch triggers the file deleted event when unrelated watches have events.
The text was updated successfully, but these errors were encountered: