2011-03-31 06:43:20 +02:00
|
|
|
# Require any additional compass plugins here.
|
|
|
|
require 'compass-colors'
|
|
|
|
|
|
|
|
project_type = :stand_alone
|
|
|
|
# Set this to the root of your project when deployed:
|
|
|
|
http_path = "/"
|
|
|
|
css_dir = "css"
|
|
|
|
sass_dir = "scss"
|
|
|
|
images_dir = "images"
|
|
|
|
javascripts_dir = "javascript"
|
|
|
|
output_style = :compact
|
2011-08-05 06:46:03 +02:00
|
|
|
|
2011-03-31 06:43:20 +02:00
|
|
|
# To enable relative paths to assets via compass helper functions. Uncomment:
|
2011-08-05 06:46:03 +02:00
|
|
|
relative_assets = true
|
|
|
|
|
|
|
|
# disable comments in the output. We want admin comments
|
|
|
|
# to be verbose
|
2011-12-20 16:10:41 +01:00
|
|
|
line_comments = false
|
|
|
|
|
2013-10-29 11:49:48 +01:00
|
|
|
asset_cache_buster :none
|
|
|
|
|
|
|
|
Encoding.default_external = "utf-8"
|