class Sprockets::URITar

def compress

Returns String

uri will be returned.
If a uri is outside of the environment's root the original

be shortened to be a relative path.
If a uri is inside of an environment's root it will

Internal: Converts full uri to a "compressed" uri
def compress
  scheme + compressed_path
end