sass - Compass Create Options -


i've installed compass via ruby gems. when create new project creates:

  • config.rb
  • /sass
  • /stylesheet

is possible use existing directories? example using php framework, has /css directory, , ideally i'd use that.

thanks

read compass configuration reference:

you can change default css directory changing in config.rb:

css_dir = "css" 

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 -