Search code examples
sassphpstorm

What does "Please set program to run!" means in PHPStorm?


I have the following message when trying to add a new file watcher. Still can't find the solution. Can someone help me?

enter image description here


Solution

  • If you need to compile SCSS to CSS, you need to install the SASS compiler (gem install sass) and configure it as a file watcher for .scss files (http://www.jetbrains.com/webstorm/webhelp/transpiling-sass-less-and-scss-to-css.html#d128637e458)