class Webpacker::Compiler

def fresh?

Returns true if all the compiled packs are up to date with the underlying asset files.
def fresh?
  watched_files_digest == last_compilation_digest
end