Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

phpstorm - scss file watcher issue

Tags:

sass

phpstorm

I am trying to setup phpstorm filewatcher in order to precompile my .scss, and I have the following error message :

"C:/Program Files/Ruby193/Ruby193/bin/compass.bat" --no-cache --update style.scss:style.css
'"ruby.exe"' n'est pas reconnu en tant que commande interne ou externe, 
    un programme executable ou un fichier de commandes.

Which translates in english to something like :

'"ruby.exe"' is not recognised as an internal or external command, 
    executable program or command file.

-I looked into this question, but it did not solve my problem : PhpStorm: SCSS File Watcher Settings

-Here is a screenshot of my settings. Php storm watcher settings

Thks.

like image 387
Gabriel Caron L'Écuyer Avatar asked May 25 '13 10:05

Gabriel Caron L'Écuyer


1 Answers

A picture is worth a thousand words. Here is how you should set it.

enter image description here

like image 156
Mark Ni Avatar answered Sep 19 '22 05:09

Mark Ni