module Sprockets::EcoProcessor

def self.cache_key

def self.cache_key
  @cache_key ||= [name, ::Eco::Source::VERSION, VERSION].freeze
end