2009-05-08 15:08:26 +00:00
|
|
|
# Require any additional compass plugins here.
|
|
|
|
project_type = :stand_alone
|
|
|
|
css_dir = "tmp"
|
|
|
|
sass_dir = "sass"
|
|
|
|
images_dir = "images"
|
|
|
|
output_style = :nested
|
2010-06-01 07:51:39 +00:00
|
|
|
line_comments = false
|
2009-05-08 15:08:26 +00:00
|
|
|
# To enable relative image paths using the images_url() function:
|
|
|
|
# http_images_path = :relative
|
|
|
|
http_images_path = "/images"
|
2010-06-01 15:50:44 +00:00
|
|
|
|
|
|
|
asset_cache_buster do |path, file|
|
|
|
|
"busted=true"
|
|
|
|
end
|