I configure file watcher. I save main.sass and for some reason I create a file with this content:

write main.css write main.css.map 

How to get CSS code through File watcher WebStorm enter image description here

  • What are the settings? - etki
  • Is this file watcher specific medium? What implementation of Sass do you use - rubish or libsass? What settings have indicated? Indicate this information in question. - D-side
  • It is necessary in the SASS watchers settings to specify the path to the handler the correct one - zhenyab
  • I used PHPStorm for watcher compilation for a long time for sass compilation, later I moved to the project builder (gulp) - I liked it more, I don’t want to return to watchers, I consider it obsolete features. - Andrey Talanin

2 answers 2

I did not understand what exactly the problem was, but now everything works with these settings:

enter image description here

    you can not bind to a specific environment and use a separate compiler for example http://koala-app.com/

    compile everything :)

    • what a third leg .... not even a crutch - Stein_