C# Class Frapid.AssetBundling.Bundler

Mostra file Open project: frapid/frapid

Public Methods

Method Description
Compress ( ) : string

Protected Methods

Method Description
Bundler ( ILogger logger, Asset asset ) : System
GetContent ( string fileName ) : string
Minify ( string file, string contents ) : string

Method Details

Bundler() protected method

protected Bundler ( ILogger logger, Asset asset ) : System
logger ILogger
asset Frapid.Framework.StaticContent.Asset
return System

Compress() public method

public Compress ( ) : string
return string

GetContent() protected method

protected GetContent ( string fileName ) : string
fileName string
return string

Minify() protected abstract method

protected abstract Minify ( string file, string contents ) : string
file string
contents string
return string