Skip to content

Instantly share code, notes, and snippets.

@hilja
Created August 9, 2013 09:08
Show Gist options
  • Save hilja/6192275 to your computer and use it in GitHub Desktop.
Save hilja/6192275 to your computer and use it in GitHub Desktop.
config.rb file for Compass projects
http_path = "/"
css_dir = ".."
sass_dir = ".."
images_dir = "images"
javascripts_dir = "js"
# output setup
# sass_options = { :sourcemap => true }
# sass_options = { :debug_info => true }
# output_style = :nested
# output_style = :compact
# output_style = :compressed
# line_comments = :false
output_style = :expanded
environment = :development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment