class Webpacker::Compiler

def stale?

Returns true if the compiled packs are out of date with the underlying asset files.
def stale?
  !fresh?
end