Showing
1 changed file
with
6 additions
and
5 deletions
@@ -3,14 +3,15 @@ require 'compass/import-once/activate' | @@ -3,14 +3,15 @@ require 'compass/import-once/activate' | ||
3 | 3 | ||
4 | # Set this to the root of your project when deployed: | 4 | # Set this to the root of your project when deployed: |
5 | http_path = "/" | 5 | http_path = "/" |
6 | -css_dir = "./public/css" | ||
7 | -sass_dir = "./public/sass" | ||
8 | -images_dir = "./public/img" | ||
9 | -javascripts_dir = "./public/js" | 6 | +css_dir = "public/css" |
7 | +sass_dir = "public/sass" | ||
8 | +images_dir = "public/img" | ||
9 | +javascripts_dir = "public/js" | ||
10 | +fonts_dir = "public/fonts" | ||
10 | 11 | ||
11 | # You can select your preferred output style here (can be overridden via the command line): | 12 | # You can select your preferred output style here (can be overridden via the command line): |
12 | # output_style = :expanded or :nested or :compact or :compressed | 13 | # output_style = :expanded or :nested or :compact or :compressed |
13 | - output_style = :compressed | 14 | +# output_style = :compressed |
14 | 15 | ||
15 | # To enable relative paths to assets via compass helper functions. Uncomment: | 16 | # To enable relative paths to assets via compass helper functions. Uncomment: |
16 | relative_assets = true | 17 | relative_assets = true |
-
Please register or login to post a comment