# File lib/jammit/packager.rb, line 114 def latest_mtime(paths) paths += [Jammit.config_path] paths.map {|p| File.mtime(p) }.max || Time.now end