Home > @userfrosting/gulp-bundle-assets > Bundlers
Interface defining factories required to bundle styles and scripts.
Signature:
export interface Bundlers | Property | Modifiers | Type | Description |
|---|---|---|---|
| Scripts | BundleStreamFactory | Returns a Transform that will handle bundling of script resources. | |
| Styles | BundleStreamFactory | Returns a Transform that will handle bundling of style resources. |