Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 908 Bytes

File metadata and controls

22 lines (14 loc) · 908 Bytes

Home > @userfrosting/gulp-bundle-assets > Config

Config interface

Root object of raw configuration.

Signature:

export interface Config 

Properties

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.