class Sprockets::JSMincCompressor

def initialize(options = {})

def initialize(options = {})
  @compressor_class = Autoload::JSMinC
  @cache_key = "#{self.class.name}:#{Autoload::JSMinC::VERSION}:#{VERSION}:#{DigestUtils.digest(options)}".freeze
end