2009-11-23 17:45:47 +00:00
|
|
|
project_type = :stand_alone
|
|
|
|
# Set this to the root of your project when deployed:
|
|
|
|
http_path = "/"
|
|
|
|
css_dir = "stylesheets"
|
|
|
|
sass_dir = "src"
|
|
|
|
images_dir = "images"
|
|
|
|
output_style = :compact
|
|
|
|
# To enable relative paths to assets via compass helper functions. Uncomment:
|
|
|
|
# relative_assets = true
|
2010-04-11 10:46:42 +00:00
|
|
|
sass_options = {:quiet => true}
|