class Sprockets::Environment

def index

system only changes between deploys.
faster. This behavior is ideal in production since the file
All its file system calls are cached which makes `index` much

Returns a cached version of the environment.
def index
  Index.new(self)
end