class Sprockets::Bundle

Internal: Bundle processor takes a single file asset and prepends all the ‘:required` URIs to the contents.

Uses pipeline metadata:

:required - Ordered Set of asset URIs to prepend
:stubbed  - Set of asset URIs to subtract from the required set.

Also see DirectiveProcessor.