Home > @userfrosting/gulp-bundle-assets
| Class | Description |
|---|---|
| BundleOrchestrator | Orchestrates bundling. |
| Enumeration | Description |
|---|---|
| CollisionReactions | Rules for how a bundle collision may be treated. |
| Function | Description |
|---|---|
| mergeConfigs(rawConfigs) | Merges a collection of configurations. No validation is conducted, it is expected that provided inputs are all valid.
|
| validateConfig(config) | Throws an exception if the provided raw config contains invalid data. |
| 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. |