C# Class Frapid.AssetBundling.StyleBundler

Inheritance: Bundler
ファイルを表示 Open project: frapid/frapid Class Usage Examples

Public Methods

Method Description
StyleBundler ( ILogger logger, Asset asset ) : System

Protected Methods

Method Description
Minify ( string fileName, string contents ) : string

Method Details

Minify() protected method

protected Minify ( string fileName, string contents ) : string
fileName string
contents string
return string

StyleBundler() public method

public StyleBundler ( ILogger logger, Asset asset ) : System
logger ILogger
asset Frapid.Framework.StaticContent.Asset
return System