Class StyleBundler
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.Styles
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class StyleBundler : BundlerBase, IStyleBundler, IBundler, ITransientDependency
Constructors
StyleBundler(ICssMinifier)
Declaration
public StyleBundler(ICssMinifier minifier)
Parameters
| Type | Name | Description |
|---|---|---|
| ICssMinifier | minifier |
Properties
FileExtension
Declaration
public override string FileExtension { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GenerateDefinition(string, List<BundleDefinition>)
Declaration
public override string GenerateDefinition(string bundleFilePath, List<BundleDefinition> bundleDefinitionsExcludingFromBundle)
Parameters
| Type | Name | Description |
|---|---|---|
| string | bundleFilePath | |
| System.Collections.Generic.List<T><BundleDefinition> | bundleDefinitionsExcludingFromBundle |
Returns
| Type | Description |
|---|---|
| string |
Overrides
ProcessBeforeAddingToTheBundle(string, string, string)
Declaration
protected override string ProcessBeforeAddingToTheBundle(string referencePath, string bundleDirectory, string fileContent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | referencePath | |
| string | bundleDirectory | |
| string | fileContent |
Returns
| Type | Description |
|---|---|
| string |