C# 클래스 Composite.Web.Css.Sass.SassCssCompiler

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

공개 메소드들

메소드 설명
CompileCss ( string sourceFilePath ) : string

CompileCss ( string sassFilePath, string cssFilePath, System.DateTime folderLastUpdatedUtc = null ) : void
SupportsExtension ( string extension ) : bool

메소드 상세

CompileCss() 공개 메소드

public CompileCss ( string sourceFilePath ) : string
sourceFilePath string virtual path to the Sass file
리턴 string

CompileCss() 공개 정적인 메소드

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

SupportsExtension() 공개 메소드

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