class Sprockets::ClosureCompressor

def initialize(options = {})

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