module Sprockets::Caching
def expand_cache_key(key)
consisently across different servers. The key is also hashed
Strips `Environment#root` from key to make the key work
def expand_cache_key(key) File.join('sprockets', digest_class.hexdigest(key.sub(root, ''))) end