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.
Get asset‘s own processed contents. Excludes any of its required dependencies but does run any processors or engines on the original file.
Get `Context` after processors have been ran on it. This trackes any dependencies that processors have added to it.