C# Class TerrificNet.AssetCompiler.Compiler.LessAssetCompiler

Inheritance: IAssetCompiler
Show file Open project: namics/TerrificNet

Public Methods

Method 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 method

public CanProcess ( string filename ) : bool
filename string
return bool

CompileAsync() public method

(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
return Task