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

my current settings

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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -