2009-06-26 18:36:31 +00:00
|
|
|
# Require any additional compass plugins here.
|
|
|
|
project_type = :stand_alone
|
|
|
|
css_dir = "tmp"
|
|
|
|
sass_dir = "sass"
|
|
|
|
images_dir = "images"
|
|
|
|
output_style = :compact
|
|
|
|
# To enable relative image paths using the images_url() function:
|
|
|
|
# http_images_path = :relative
|
|
|
|
http_images_path = "/images"
|
2010-10-11 08:51:53 +00:00
|
|
|
line_comments = false
|
2009-06-26 18:36:31 +00:00
|
|
|
|
|
|
|
asset_cache_buster do |path, file|
|
|
|
|
"busted=true"
|
|
|
|
end
|
|
|
|
|
2010-10-11 08:51:53 +00:00
|
|
|
|
2009-06-26 18:36:31 +00:00
|
|
|
asset_host do |path|
|
2010-10-11 08:51:53 +00:00
|
|
|
"http://assets%d.example.com" % (path.size % 4)
|
2009-06-26 18:36:31 +00:00
|
|
|
end
|