C# 클래스 Composite.Web.Css.Less.LessCssCompiler

상속: ICssCompiler
파일 보기 프로젝트 열기: Orckestra/C1-Packages

공개 메소드들

메소드 설명
CompileCss ( string sourceFilePath ) : string
CompileCss ( string lessFilePath, string cssFilePath, System.DateTime folderLastUpdatedUtc ) : void
SupportsExtension ( string extension ) : bool

비공개 메소드들

메소드 설명
GetOutput ( Process process ) : string
InitProcess ( string filePath ) : Process

메소드 상세

CompileCss() 공개 메소드

public CompileCss ( string sourceFilePath ) : string
sourceFilePath string
리턴 string

CompileCss() 공개 정적인 메소드

public static CompileCss ( string lessFilePath, string cssFilePath, System.DateTime folderLastUpdatedUtc ) : void
lessFilePath string
cssFilePath string
folderLastUpdatedUtc System.DateTime
리턴 void

SupportsExtension() 공개 메소드

public SupportsExtension ( string extension ) : bool
extension string
리턴 bool