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 can't find a way to watch a folder for added/deleted files. I can achieve this by watching the whole content of the folder using:
let watcher = new Gaze('**/*');
But it then watches all the files inside the folder which I don't want. Surely, since Gaze is able to detect added/deleted files when using that syntax, it is able to detect added/deleted files without watching the whole content of the folder.
The text was updated successfully, but these errors were encountered:
I can't find a way to watch a folder for added/deleted files. I can achieve this by watching the whole content of the folder using:
But it then watches all the files inside the folder which I don't want. Surely, since Gaze is able to detect added/deleted files when using that syntax, it is able to detect added/deleted files without watching the whole content of the folder.
The text was updated successfully, but these errors were encountered: