sass - how to compile scss files in my part folder? -


i want compile scss css in part folder . how ?
compass watch command can compile root sass folder css folder.
example: want compile top_menu.scss top_menu.css.

config.rb sass css part     top_menu     |--top_menu.php     |--sass     |  |--top_menu.scss     |--css     |   |--top_menu.css 

try executing compass watch command follows

compass watch --sass-dir part/top_menu/sass --css-dir part/top_menu/css -c config.rb 

i hope helps.

cheers!


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -