Search code examples
compilationphpstorm

PhpStorm File Watcher change output


I'm trying to output the compiled CSS to a different directory.

/project/scss/ to /project/css/

I've tried this, but get the error below:

enter image description here Error: error No such file or directory - /Applications/MAMP/htdocs/project/public/css/style.scss

What are the Arguments and Output paths to refresh exactly for?


Solution

  • I got it working now with the following settings: enter image description here

    The only difference now is the Output paths to refresh field. It's the default now.