compass/examples/ninesixty/config.rb

10 lines
319 B
Ruby
Raw Permalink Normal View History

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}