Module: Sprockets::Utils::Gzip::ZopfliArchiver
- Defined in:
- lib/sprockets/utils/gzip.rb
Overview
Private: Generates a gzipped file based off of reference asset.
ZopfliArchiver.call(file, source, mtime)
Compresses a given ‘source` using the zopfli gem writes contents to the `file` passed in. Sets `mtime` of written file to passed in `mtime`