aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorLucas Mazza <luc4smazza@gmail.com>2011-05-16 15:19:44 -0700
committerLucas Mazza <luc4smazza@gmail.com>2011-05-16 15:19:44 -0700
commit79249f590dec830717c5e038dcc80f699bfae80e (patch)
tree2be27fc2445f173ab0b2880ea580a73b051e0213 /actionpack/lib
parentbf5e4b4c1f7f44e6f475c6bc7db91879ccd12448 (diff)
downloadrails-79249f590dec830717c5e038dcc80f699bfae80e.tar.gz
rails-79249f590dec830717c5e038dcc80f699bfae80e.tar.bz2
rails-79249f590dec830717c5e038dcc80f699bfae80e.zip
Using the correct CSS compressor for the yui-compressor gem.
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/sprockets/railtie.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/sprockets/railtie.rb b/actionpack/lib/sprockets/railtie.rb
index c75b7d4de0..88892293b1 100644
--- a/actionpack/lib/sprockets/railtie.rb
+++ b/actionpack/lib/sprockets/railtie.rb
@@ -99,7 +99,7 @@ module Sprockets
compressor
when :yui
require 'yui/compressor'
- YUI::JavaScriptCompressor.new(:munge => true)
+ YUI::CssCompressor.new
else
sym
end