C# Class Frapid.AssetBundling.Bundler

Afficher le fichier Open project: frapid/frapid

Méthodes publiques

Méthode Description
Compress ( ) : string

Méthodes protégées

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

Method Details

Bundler() protected méthode

protected Bundler ( ILogger logger, Asset asset ) : System
logger ILogger
asset Frapid.Framework.StaticContent.Asset
Résultat System

Compress() public méthode

public Compress ( ) : string
Résultat string

GetContent() protected méthode

protected GetContent ( string fileName ) : string
fileName string
Résultat string

Minify() protected abstract méthode

protected abstract Minify ( string file, string contents ) : string
file string
contents string
Résultat string