Sha256: 533e8da0093e99a607d884d1c91aa950971b5aa16b329d76b6aaaa3a6fffd696
Contents?: true
Size: 207 Bytes
Versions: 10
Compression:
Stored size: 207 Bytes
Contents
# Wraps CSSMin compressor to use the same API as the rest of # Jammit's compressors. class Jammit::CssminCompressor def initialize(options = {}) end def compress(css) CSSMin.minify(css) end end
Version data entries
10 entries across 10 versions & 5 rubygems