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
this way have setup file watcher.
Comments
Post a Comment