class Sprockets::Asset

def length

Get length at the time the `Asset` is built.
def length
  @length ||= environment.stat(pathname).size
end