Skip to content

Instantly share code, notes, and snippets.

@kogakure
Created July 5, 2010 13:47
Show Gist options
  • Select an option

  • Save kogakure/464363 to your computer and use it in GitHub Desktop.

Select an option

Save kogakure/464363 to your computer and use it in GitHub Desktop.
Compass: Project creation & my preferred config.rb
http_path = "/"
sass_dir = "src"
css_dir = "css"
images_dir = "css/img"
javascripts_dir = "js"
line_comments = false
preferred_syntax = :sass
output_style = :compact
relative_assets = true
compass create myproject --syntax sass --css-dir css --images-dir css/img --javascripts-dir js --relative-assets
compass create myproject --syntax sass --css-dir css --images-dir css/img --javascripts-dir js --relative-assets --using blueprint/semantic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment