I'm using phpstorm and I've put a filewatcher on my styles.scss file and have noticed that it takes a very long amount of time to compile changes into my styles.css file.
For example, if I add new attributes to any class, id, element the compiler will take about 5 seconds before it compiles. Is this a normal amount of time? Surely there is a way to speed this up.
My settings for the filewatcher are as follows in phpstorm:
Trigger regardless of syntax errors:Unchecked
Arguments:--precision 10 --no-cache --update $FileName$:$FileNameWithoutExtension$.css"
I figured out a quicker way to get this compiler working for everyone outthere.
brew install sassc
should work given you have homebrew./usr/local/bin/sassc
--precision 10 --sourcemap $FileName$ $FileNameWithoutExtension$.css