Class SimpleScriptsBundler
Manages contents of a scripts bundle. The containing directories are listed in the IncludedWebRootDirectories property.
public class SimpleScriptsBundler : AbstractSimpleBundler
- Inheritance
-
objectSimpleScriptsBundler
- Inherited Members
- Extension Methods
Remarks
The class does not perform the actual bundling. It is up to the build infrastructure to create a bundle comprising all the files within IncludedWebRootDirectories. The class' purpose is to list the individual bundle files in scenarios where the actual bundle is not being used (e.g. debugging).
Properties
MinifiedExtension
Gets extension of minified files to be included in the bundle (i.e. '.min.js').
protected override string MinifiedExtension { get; }
Property Value
- string
RegularExtension
Gets extension of files to be included in the bundle (i.e. '.js').
protected override string RegularExtension { get; }
Property Value
- string