class Sprockets::BundledAsset
def fresh?
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
def fresh? # Check freshness of all declared dependencies dependency_paths.all? { |h| dependency_fresh?(h) } end