module Sprockets::Compressing
def gzip=(gzip)
environment.gzip = false
Defaults to true.
Public: Enable or disable the creation of Gzip files.
def gzip=(gzip) self.config = config.merge(gzip_enabled: gzip).freeze end
def gzip=(gzip) self.config = config.merge(gzip_enabled: gzip).freeze end