Filewatcher to watch only a single file
How would I setup a filewatcher to watch only a single file? I am trying to use both Less and Uglify.js to watch single (different) files. I have already setup each to watch all .less and .js files, but I want to arrange different arguments and settings for individual files.
请先登录再写评论。
To update (I cannot edit my original post?),
I have tried the following pattern in the scope section of file watcher:
file:my-json.json
But I am shown a yellow triangle warning that there are no files in the scope, even after directly selecting the file in the dialog.
Hi there,
Custom Scope is the way to go.
If you are having issues with them -- please post screenshots.