class Sprockets::ClosureCompressor

def initialize(options = {})

def initialize(options = {})
  @compiler = Autoload::Closure::Compiler.new(options)
  @cache_key = "#{self.class.name}:#{Autoload::Closure::VERSION}:#{Autoload::Closure::COMPILER_VERSION}:#{VERSION}:#{DigestUtils.digest(options)}".freeze
end