13 lines
433 B
Ruby
13 lines
433 B
Ruby
http_path = "/"
|
|
css_dir = "css"
|
|
sass_dir = "sass"
|
|
images_dir = "images"
|
|
javascripts_dir = "scripts"
|
|
|
|
# You can select your preferred output style here (can be overridden via the command line):
|
|
# output_style = :expanded or :nested or :compact or :compressed
|
|
output_style = :compressed
|
|
|
|
# To enable relative paths to assets via compass helper functions.
|
|
# note: this is important in wordpress themes for sprites
|
|
relative_assets = true |