class Sprockets::Exporters::ZopfliExporter
Zopfli gem.
Generates a ‘.gz` file using the zopfli algorithm from the
def setup
def setup @gzip_target = "#{ target }.gz" @gzip = Sprockets::Utils::Gzip.new(asset, archiver: Utils::Gzip::ZopfliArchiver) end