blob: d3780dd899cfb8cf3defc32c81299421bbdf6fa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Require any additional compass plugins here.
project_type = :stand_alone
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "img"
javascripts_dir = "js"
output_style = :compressed
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
|