sass - How do I correctly setup the scss file watcher in PhpStorm? -
i have working, these settings takes quite while until change comes through in phpstorm. if rid of ../css/
part of argument string creates/updates css file in same directory scss file in, immediately. doing wrong?
i'm using phpstorm 6.0.1 on os x 10.8.3
as it's mentioned in previous answer, have set output paths option accordingly. like:
arguments: --no-cache --update $filename$:$fileparentdir$/css/$filenamewithoutextension$.css working directory: $filedir$ output paths: $fileparentdir$/css/$filenamewithoutextension$.css
now output paths matches scss output directory, ide knows output , looks like
Comments
Post a Comment