Search code examples
sassphpstorm

How do I correctly setup the scss file watcher in PhpStorm?


I have it working, but with these settings it takes quite a while until the change comes through in PhpStorm. If I get rid of the ../css/ part of the argument string then it creates/updates the css file in the same directory as the scss file is in, but does it immediately. What am I doing wrong?

I'm using PhpStorm 6.0.1 on OS X 10.8.3

My current settings


Solution

  • From the manual: "In the Output Paths text box, specify the files where the transpiler stores its output: the resulting source code, source maps, and dependencies. Based on this settings, PhpStorm detects files generated through transpilation."