10 lines
319 B
Ruby
10 lines
319 B
Ruby
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
|
|
sass_options = {:quiet => true} |