Table of Contents

Interface ILocalBundling

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Local bundling.

public interface ILocalBundling

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

bool

Remarks

If the local bundler exists, and bundling was performed locally, return true. Otherwise, return false.