ILocalBundling
- Implemented By: ILocalBundling
Local bundling.
Methods
Name | Description |
---|---|
TryBundle |
This method is called before attempting docker bundling to allow the bundler to be executed locally. |
TryBundle
func TryBundle(outputDir *string, options BundlingOptions) *bool
This method is called before attempting docker bundling to allow the bundler to be executed locally.
If the local bundler exists, and bundling
was performed locally, return true
. Otherwise, return false
.
- Type: *string
the directory where the bundled asset should be output.
- Type: BundlingOptions
bundling options for this asset.