Interface ILocalBundling
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
stringthe directory where the bundled asset should be output.
options
IBundlingOptionsbundling options for this asset.
Returns
Remarks
If the local bundler exists, and bundling
was performed locally, return true
. Otherwise, return false
.