Home > @userfrosting/gulp-bundle-assets > BundleOrchestrator > _transform
Collects copies of applicable files to later bundle.
Signature:
_transform(chunk: any, encoding: BufferEncoding, callback: TransformCallback): Promise<void>;| Parameter | Type | Description |
|---|---|---|
| chunk | any | Stream chunk, may be a Vinyl object. |
| encoding | BufferEncoding | Encoding of chunk, if applicable. |
| callback | TransformCallback | Callback to indicate processing is completed. |
Returns:
Promise<void>