2009-10-18 20:07:36 -04:00
|
|
|
# Require any additional compass plugins here.
|
|
|
|
project_type = :stand_alone
|
2011-07-16 14:52:50 -04:00
|
|
|
|
|
|
|
# Publishing paths
|
2009-10-18 20:07:36 -04:00
|
|
|
http_path = "/"
|
2011-07-16 14:52:50 -04:00
|
|
|
http_images_path = "/images"
|
2012-06-05 13:39:23 -04:00
|
|
|
http_generated_images_path = "/images"
|
2011-07-16 14:52:50 -04:00
|
|
|
http_fonts_path = "/fonts"
|
2011-04-17 23:49:30 -04:00
|
|
|
css_dir = "public/stylesheets"
|
2011-07-16 14:52:50 -04:00
|
|
|
|
|
|
|
# Local development paths
|
2011-05-15 18:33:00 -04:00
|
|
|
sass_dir = "sass"
|
2009-11-21 16:41:38 -05:00
|
|
|
images_dir = "source/images"
|
2011-04-17 23:49:30 -04:00
|
|
|
fonts_dir = "source/fonts"
|
2012-06-05 13:39:23 -04:00
|
|
|
generated_images_dir = "source/images"
|
2011-04-17 23:49:30 -04:00
|
|
|
|
|
|
|
line_comments = false
|
|
|
|
output_style = :compressed
|