C# Class SenseNet.Portal.UI.Bundling.CssBundle

Custom bundle dedicated for bundling and minifying CSS files.
Inheritance: Bundle
Exibir arquivo Open project: maxpavlov/FlexNet

Public Methods

Method Description
AddPostponedPath ( string path ) : void
Combine ( ) : string

In addition to combining, also minifies the given CSS.

CssBundle ( ) : System.Text.RegularExpressions

Creates a new instance of the CssBundle class.

Protected Methods

Method Description
GetTextFromPath ( string path ) : string

Method Details

AddPostponedPath() public method

public AddPostponedPath ( string path ) : void
path string
return void

Combine() public method

In addition to combining, also minifies the given CSS.
public Combine ( ) : string
return string

CssBundle() public method

Creates a new instance of the CssBundle class.
public CssBundle ( ) : System.Text.RegularExpressions
return System.Text.RegularExpressions

GetTextFromPath() protected method

protected GetTextFromPath ( string path ) : string
path string
return string