diff options
author | Eric Bidelman | 2012-04-21 16:41:09 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-04-21 16:41:09 -0700 |
commit | 48417b8779dfe55e528f7576525f33393eae64fc (patch) | |
tree | a496f6dd4e8fd0cbc762b7d635c7266bb3166fcd | |
parent | affc97dbb1c92ae4b6b9c8baf99a0384f806471e (diff) | |
download | io-slides-remote-48417b8779dfe55e528f7576525f33393eae64fc.tar.gz |
Compressing CSS files by default
-rw-r--r-- | config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ images_dir = "images" | |||
8 | javascripts_dir = "js" | 8 | javascripts_dir = "js" |
9 | 9 | ||
10 | # You can select your preferred output style here (can be overridden via the command line): | 10 | # You can select your preferred output style here (can be overridden via the command line): |
11 | #output_style = :compressed #:expanded or :nested or :compact or :compressed | 11 | output_style = :compressed #:expanded or :nested or :compact or :compressed |
12 | 12 | ||
13 | # To enable relative paths to assets via compass helper functions. Uncomment: | 13 | # To enable relative paths to assets via compass helper functions. Uncomment: |
14 | # relative_assets = true | 14 | # relative_assets = true |