Interface ILocalBundling
Local bundling.
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILocalBundling
Syntax (vb)
Public Interface ILocalBundling
Synopsis
Methods
| TryBundle(string, IBundlingOptions) | This method is called before attempting docker bundling to allow the bundler to be executed locally. |
Methods
TryBundle(string, IBundlingOptions)
This method is called before attempting docker bundling to allow the bundler to be executed locally.
bool TryBundle(string outputDir, IBundlingOptions options)
Parameters
- outputDir string
the directory where the bundled asset should be output.
- options IBundlingOptions
bundling options for this asset.
Returns
Remarks
If the local bundler exists, and bundling
was performed locally, return true. Otherwise, return false.