16 lines
380 B
Ruby
16 lines
380 B
Ruby
# Require any additional compass plugins here.
|
|
http_path = "/"
|
|
css_dir = "css"
|
|
sass_dir = "scss"
|
|
images_dir = "img"
|
|
javascripts_dir = "js"
|
|
fonts_dir = "font"
|
|
output_style = :compact
|
|
environment = :production
|
|
|
|
# To enable relative paths to assets via compass helper functions. Uncomment:
|
|
# relative_assets = true
|
|
|
|
line_comments = false
|
|
color_output = false
|
|
preferred_syntax = :sass |