Method | Description | |
---|---|---|
CanProcess ( string filename ) : bool | ||
CompileAsync ( string content, bool minify ) : Task |
(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 |