aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Bidelman2012-04-21 16:41:09 -0700
committerEric Bidelman2012-04-21 16:41:09 -0700
commit48417b8779dfe55e528f7576525f33393eae64fc (patch)
treea496f6dd4e8fd0cbc762b7d635c7266bb3166fcd
parentaffc97dbb1c92ae4b6b9c8baf99a0384f806471e (diff)
downloadio-slides-remote-48417b8779dfe55e528f7576525f33393eae64fc.tar.gz
Compressing CSS files by default
-rw-r--r--config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.rb b/config.rb
index ed97773..9c5a2d6 100644
--- a/config.rb
+++ b/config.rb
@@ -8,7 +8,7 @@ images_dir = "images"
8javascripts_dir = "js" 8javascripts_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 11output_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