Table of Contents

Class SimpleStylesBundler

Namespace
Kentico.Content.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Manages contents of a styles bundle. The containing directories are listed in the IncludedWebRootDirectories property.

public class SimpleStylesBundler : AbstractSimpleBundler
Inheritance
object
SimpleStylesBundler
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.css').

protected override string MinifiedExtension { get; }

Property Value

string

RegularExtension

Gets extension of files to be included in the bundle (i.e. '.css').

protected override string RegularExtension { get; }

Property Value

string