Home > @userfrosting/gulp-bundle-assets > Config
Root object of raw configuration.
Signature:
export interface Config | Property | Modifiers | Type | Description |
|---|---|---|---|
| bundle? | Bundles | (Optional) Bundle definitions. | |
| cwd? | string | (Optional) Current working directory to use when resolving the full paths of bundle dependencies. Defaults to process.cwd(). |
|
| Logger? | TsLog.Logger | (Optional) Optional logger that will be used throughout bundling process. |