C# 클래스 TerrificNet.AssetCompiler.Compiler.LessAssetCompiler

상속: IAssetCompiler
파일 보기 프로젝트 열기: namics/TerrificNet

공개 메소드들

메소드 설명
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