We have setup the Compass SCSS compiler using a file watcher as normal, but I have noticed that even though our SCSS files get compiled when they are changed, they do not get compiled if I do a "Rebuild" or "Make".
So, for example, say I go to the command line and do a mvn clean to wipe out everything, if I then do a "Rebuild Project" in IntelliJ, Compass does not execute -- is there a way to get a particular file watcher to run when you do a Make or Rebuild?
Thanks.