Class BundlingService
Inheritance
object
BundlingService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.Bundling
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class BundlingService : IBundlingService, ITransientDependency
Constructors
BundlingService()
Declaration
public BundlingService()
Properties
ConfigReader
Declaration
public IConfigReader ConfigReader { get; set; }
Property Value
| Type | Description |
|---|---|
| IConfigReader |
CssMinifier
Declaration
public ICssMinifier CssMinifier { get; set; }
Property Value
| Type | Description |
|---|---|
| ICssMinifier |
DotNetProjectBuilder
Declaration
public IDotNetProjectBuilder DotNetProjectBuilder { get; set; }
Property Value
| Type | Description |
|---|---|
| IDotNetProjectBuilder |
JsMinifier
Declaration
public IJavascriptMinifier JsMinifier { get; set; }
Property Value
| Type | Description |
|---|---|
| IJavascriptMinifier |
Logger
Declaration
public ILogger<BundlingService> Logger { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Logging.ILogger<TCategoryName><BundlingService> |
ScriptBundler
Declaration
public IScriptBundler ScriptBundler { get; set; }
Property Value
| Type | Description |
|---|---|
| IScriptBundler |
StyleBundler
Declaration
public IStyleBundler StyleBundler { get; set; }
Property Value
| Type | Description |
|---|---|
| IStyleBundler |
Methods
BundleAsync(string, bool, string)
Declaration
public Task BundleAsync(string directory, bool forceBuild, string projectType = "webassembly")
Parameters
| Type | Name | Description |
|---|---|---|
| string | directory | |
| bool | forceBuild | |
| string | projectType |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |