C# Class TerrificNet.AssetCompiler.Compiler.LessAssetCompiler

Inheritance: IAssetCompiler
Afficher le fichier Open project: namics/TerrificNet

Méthodes publiques

Méthode Description
CanProcess ( string filename ) : bool
CompileAsync ( string content, bool minify ) : Task

(Awaitable) Compiles content with the give configuration (files and minify flag).

Method Details

CanProcess() public méthode

public CanProcess ( string filename ) : bool
filename string
Résultat bool

CompileAsync() public méthode

(Awaitable) Compiles content with the give configuration (files and minify flag).
public CompileAsync ( string content, bool minify ) : Task
content string Content to Compile
minify bool
Résultat Task