class Sprockets::SourceFile

def mtime

def mtime
  File.mtime(pathname.absolute_location)
rescue Errno::ENOENT
  0
end