Class | Sprockets::BundledAsset |
In: |
lib/sprockets/bundled_asset.rb
|
Parent: | Asset |
`BundledAsset`s are used for files that need to be processed and concatenated with other assets. Use for `.js` and `.css` files.
source | [R] |
Get asset‘s own processed contents. Excludes any of its required dependencies but does run any processors or engines on the original file.
Checks if Asset is stale by comparing the actual mtime and digest to the inmemory model.