diff --git a/lib/tasks/assets.rake b/lib/tasks/assets.rake index 030e4db2ee1..475678efc28 100644 --- a/lib/tasks/assets.rake +++ b/lib/tasks/assets.rake @@ -135,7 +135,7 @@ end def gzip(path) STDERR.puts "gzip #{path}" - STDERR.puts `gzip -f -c -9 #{path} > #{path}.gz` + STDERR.puts `gzip -f -c -7 #{path} > #{path}.gz` end def compress(from,to)