I'm using Webstorm file watcher to compile my CoffeeScript.
My problem is that I have refactored the strutcure of my project's files.
Can I remove all files in /bin directory and tell to webstorm to apply his file watcher compile command on all .coffee files in a directory ? Because I don't want to open, modify and redo modification each file only for getting the compiled javascrit...