Skip to content

Instantly share code, notes, and snippets.

@roshanca
Created December 17, 2013 03:19
Show Gist options
  • Save roshanca/7999476 to your computer and use it in GitHub Desktop.
Save roshanca/7999476 to your computer and use it in GitHub Desktop.
compass config file example
# Publishing paths
http_path = "/"
http_images_path = "/assets/images"
http_generated_images_path = "/assets/images"
http_fonts_path = "/assets/fonts"
css_dir = "source/assets/css"
# Local development paths
sass_dir = "sass"
images_dir = "source/assets/images"
generated_images_dir = "source/assets/images"
fonts_dir = "source/assets/fonts"
line_comments = false
output_style = :compressed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment