Merge pull request #1093 from lucasmazza/patch-1

Using the correct CSS compressor for the yui-compressor gem.
This commit is contained in:
José Valim 2011-05-17 11:58:19 -07:00
commit b81f77e2e2

@ -99,7 +99,7 @@ def compressor.compress(source)
compressor
when :yui
require 'yui/compressor'
YUI::JavaScriptCompressor.new(:munge => true)
YUI::CssCompressor.new
else
sym
end