class Sprockets::Asset

def mtime

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