class Sprockets::Asset
def fresh?(environment)
digest to the inmemory model.
Checks if Asset is fresh by comparing the actual mtime and
def fresh?(environment) # Check current mtime and digest dependency_fresh?(environment, self) end
def fresh?(environment) # Check current mtime and digest dependency_fresh?(environment, self) end