class Sprockets::Secretary

def source_last_modified

def source_last_modified
  preprocessor.source_files.map { |s| s.mtime }.max
end