...
|
...
|
@@ -3,14 +3,15 @@ require 'compass/import-once/activate' |
|
|
|
|
|
# Set this to the root of your project when deployed:
|
|
|
http_path = "/"
|
|
|
css_dir = "./public/css"
|
|
|
sass_dir = "./public/sass"
|
|
|
images_dir = "./public/img"
|
|
|
javascripts_dir = "./public/js"
|
|
|
css_dir = "public/css"
|
|
|
sass_dir = "public/sass"
|
|
|
images_dir = "public/img"
|
|
|
javascripts_dir = "public/js"
|
|
|
fonts_dir = "public/fonts"
|
|
|
|
|
|
# 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
|
|
|
# output_style = :compressed
|
|
|
|
|
|
# To enable relative paths to assets via compass helper functions. Uncomment:
|
|
|
relative_assets = true
|
...
|
...
|
|