class Sprockets::Asset

def expand_root_path(path)

Replace `$root` placeholder with actual environment root.
def expand_root_path(path)
  environment.attributes_for(path).expand_root
end