class Sprockets::Base

def cache_key_for(path, options)

def cache_key_for(path, options)
  "#{path}:#{options[:bundle] ? '1' : '0'}"
end