Class: Fewer::Engines::Js
Constant Summary
Constants inherited from Abstract
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
Methods inherited from Abstract
#encoded, #etag, #initialize, #mtime, #source
Constructor Details
This class inherits a constructor from Fewer::Engines::Abstract
Instance Method Details
#read ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/fewer/engines/js.rb', line 9 def read if [:min] ::Closure::Compiler.new.compress(super) else super end end |