Reputation: 1593
I have the default WebStorm file watcher running on our coffeescript files. I can disable file watchers in the general settings section of WebStorm, but I can't find where I can modify the coffeescript watcher itself, to pass an extra parameter to it?
Upvotes: 0
Views: 28
Reputation: 93728
Preferences/Tools/File Watchers
(or Settings/Tools/File Watchers
if you are on Windows/Linux), select 'CoffeeScript' file watcher on the left, open it for editing, modify Arguments
field accordingly
Upvotes: 2