Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 2.01 KB

File metadata and controls

39 lines (28 loc) · 2.01 KB

Home > @userfrosting/gulp-bundle-assets

gulp-bundle-assets package

Classes

Class Description
BundleOrchestrator Orchestrates bundling.

Enumerations

Enumeration Description
CollisionReactions Rules for how a bundle collision may be treated.

Functions

Function Description
mergeConfigs(rawConfigs)

Merges a collection of configurations. No validation is conducted, it is expected that provided inputs are all valid.

bundle->(BundleName)->options->sprinkle->onCollision = (replace|merge|ignore|error) may be used to modify treatment of collided bundles.

validateConfig(config) Throws an exception if the provided raw config contains invalid data.

Interfaces

Interface Description
Bundle Represents an asset bundle
Bundlers Interface defining factories required to bundle styles and scripts.
Bundles Map of bundles.
BundleStreamFactory A function that returns a stream that will be used to bundle assets.
Config Root object of raw configuration.
Options Represents an asset bundles root options node.
Results Bundler results data shape.
ResultsCallback Bundler results callback function interface.
SprinkleOptions Options relevant to UserFrosting's Sprinkle system.