module Sprockets::Compressing

def skip_gzip?

Public: Checks if Gzip is disabled.
def skip_gzip?
  !gzip?
end