2013-03-11 06:40:41 +00:00
|
|
|
require 'sass-globbing'
|
|
|
|
|
2009-10-19 00:07:36 +00:00
|
|
|
# Require any additional compass plugins here.
|
|
|
|
project_type = :stand_alone
|
2011-07-16 18:52:50 +00:00
|
|
|
|
|
|
|
# Publishing paths
|
2009-10-19 00:07:36 +00:00
|
|
|
http_path = "/"
|
2011-07-16 18:52:50 +00:00
|
|
|
http_images_path = "/images"
|
2013-07-13 11:22:29 +00:00
|
|
|
http_generated_images_path = "/images"
|
2011-07-16 18:52:50 +00:00
|
|
|
http_fonts_path = "/fonts"
|
2011-04-18 03:49:30 +00:00
|
|
|
css_dir = "public/stylesheets"
|
2011-07-16 18:52:50 +00:00
|
|
|
|
|
|
|
# Local development paths
|
2011-05-15 22:33:00 +00:00
|
|
|
sass_dir = "sass"
|
2009-11-21 21:41:38 +00:00
|
|
|
images_dir = "source/images"
|
2011-04-18 03:49:30 +00:00
|
|
|
fonts_dir = "source/fonts"
|
|
|
|
|
|
|
|
line_comments = false
|
|
|
|
output_style = :compressed
|