mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Using the correct CSS compressor for the yui-compressor gem.
This commit is contained in:
@@ -99,7 +99,7 @@ module Sprockets
|
||||
compressor
|
||||
when :yui
|
||||
require 'yui/compressor'
|
||||
YUI::JavaScriptCompressor.new(:munge => true)
|
||||
YUI::CssCompressor.new
|
||||
else
|
||||
sym
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user