From 4957774e49539a6d81a42a9a6690af22dd4c57cf Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 24 Apr 2011 19:57:45 -0700 Subject: [PATCH] Default production mode to compressed output --- lib/compass/configuration/defaults.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compass/configuration/defaults.rb b/lib/compass/configuration/defaults.rb index ec6ce392..7c9add32 100644 --- a/lib/compass/configuration/defaults.rb +++ b/lib/compass/configuration/defaults.rb @@ -30,7 +30,7 @@ module Compass if top_level.environment == :development :expanded else - :compact + :compressed end end