module Sprockets::Caching

def expand_cache_key(key)

so it does not exceed 250 characters.
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