class Sprockets::BundledAsset

def fresh?

digest to the inmemory model.
Checks if Asset is stale by comparing the actual mtime and
def fresh?
  # Check freshness of all declared dependencies
  dependency_paths.all? { |h| dependency_fresh?(h) }
end