Interface IBundlingService
Namespace: Volo.Abp.Cli.Bundling
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public interface IBundlingService
Methods
BundleAsync(string, bool, string)
Declaration
Task BundleAsync(string directory, bool forceBuild, string projectType = "webassembly")
Parameters
| Type | Name | Description |
|---|---|---|
| string | directory | |
| bool | forceBuild | |
| string | projectType |
Returns
| Type | Description |
|---|---|
| Task |