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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -