phpstorm - Compass not writing to style.css -


sass/compass not compiling style.scss style.css, working phpstorm's file watchers, seems work fine. notices changes in style.scss , _mixins.scss , _variables.scss files. when sync style.css (phpstorm doesn't automatically that), file stays empty.

this config.rb:

css_dir = "assets/css" sass_dir = "assets/sass"  output_style = :expanded  line_comments = true 

the phpstorm output shows line of code:

/usr/bin/compass watch /users/name/phpstormprojects/imp03/inleveropdracht3/assets 

screenshot phpstorm

this way have setup file watcher.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -