When you use SASS in your project and compile scss into CSS, you need compass watch every time
NetBeans product with file Watcher function
Three major categories
1,less,scss,sass into CSS,
2,TypeScript and coffeescript into Js,
3,compress JavaScript and CSS code.
Configuration methods and Procedures
Scss into CSS configuration method ctrl+alt+s Open the Settings panel, locate and open the file watcher, click on the right side of the panel and select Compass Scss. She has intelligently configured all the parameters and can play happily.
Now open the project in the Scss file, do some changes, Phpstorm will prompt excusing "scss task", open the corresponding compiled file, great! It really works.
To view detailed or other monitoring configuration methods, please visit the official website for more information http://www.jetbrains.com/phpstorm/help/using-file-watchers.html
Phpstorm-file Watcher