Default production mode to compressed output

This commit is contained in:
Chris Eppstein 2011-04-24 19:57:45 -07:00
parent f775fa0ca0
commit 4957774e49

View File

@ -30,7 +30,7 @@ module Compass
if top_level.environment == :development if top_level.environment == :development
:expanded :expanded
else else
:compact :compressed
end end
end end