C# Класс TerrificNet.AssetCompiler.Compiler.JsAssetCompiler

Наследование: IAssetCompiler
Показать файл Открыть проект

Открытые методы

Метод Описание
CanProcess ( string filename ) : bool
CompileAsync ( string content, bool minify ) : Task

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

Описание методов

CanProcess() публичный Метод

public CanProcess ( string filename ) : bool
filename string
Результат bool

CompileAsync() публичный Метод

(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
Результат Task