module Sprockets::Utils::Gzip::ZlibArchiver

Private: Generates a gzipped file based off of reference asset.

ZlibArchiver.call(file, source, mtime)

Compresses a given ‘source` using stdlib Zlib algorithm writes contents to the `file` passed in. Sets `mtime` of written file to passed in `mtime`