summaryrefslogtreecommitdiff
path: root/design/config.rb
blob: 159874e20a4a2d18fbfe3073267bfbb6b1da7e1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
project_type = :stand_alone
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "../site/media"
sass_dir = "sass"
images_dir = "../site/media"
javascripts_dir = "../site/media"
#output_style = :compressed
output_style = :expanded
#output_style = (environment == :production) ? :compressed : :expanded
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true