Class Sprockets::ProcessedAsset
In: lib/sprockets/processed_asset.rb
Parent: Asset

Methods

encode_with   fresh?   init_with   new  

Classes and Modules

Class Sprockets::ProcessedAsset::DependencyFile

Attributes

dependency_digest  [R]  Interal: Used to check equality
source  [R] 

Public Class methods

Public Instance methods

Serialize custom attributes in `BundledAsset`.

Checks if Asset is stale by comparing the actual mtime and digest to the inmemory model.

Initialize `BundledAsset` from serialized `Hash`.

[Validate]