# File lib/sprockets/base.rb, line 251 def cache_key_for(path, options) "#{path}:#{options[:bundle] ? '1' : '0'}" end