module Sprockets::Utils::Gzip::ZopfliArchiver

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`