Class: Sprockets::Exporters::ZopfliExporter
- Inherits:
-
ZlibExporter
- Object
- Base
- ZlibExporter
- Sprockets::Exporters::ZopfliExporter
- Defined in:
- lib/sprockets/exporters/zopfli_exporter.rb
Overview
Generates a ‘.gz` file using the zopfli algorithm from the Zopfli gem.
Instance Attribute Summary
Attributes inherited from Base
#asset, #directory, #environment, #target
Instance Method Summary collapse
Methods inherited from ZlibExporter
Methods inherited from Base
#call, #initialize, #skip?, #write
Constructor Details
This class inherits a constructor from Sprockets::Exporters::Base