Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

sass

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

like image 947
Monica Avatar asked Sep 03 '14 13:09

Monica


2 Answers

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)

like image 195
lena Avatar answered Dec 17 '22 16:12

lena


Encountered this in the newest version of the IDE as well. Would like to mention that another possibly overlooked thing (as is my case), was the execution bit in chmod. I had the script but didn't give myself the exec privilege.

like image 32
Scott Yang Avatar answered Dec 17 '22 16:12

Scott Yang