From 79249f590dec830717c5e038dcc80f699bfae80e Mon Sep 17 00:00:00 2001 From: Lucas Mazza Date: Mon, 16 May 2011 15:19:44 -0700 Subject: Using the correct CSS compressor for the yui-compressor gem. --- actionpack/lib/sprockets/railtie.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') 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 -- cgit v1.2.3