C# Class Composite.Web.Css.Less.LessCssCompiler

Inheritance: ICssCompiler
Show file Open project: Orckestra/C1-Packages

Public Methods

Method Description
CompileCss ( string sourceFilePath ) : string
CompileCss ( string lessFilePath, string cssFilePath, System.DateTime folderLastUpdatedUtc ) : void
SupportsExtension ( string extension ) : bool

Private Methods

Method Description
GetOutput ( Process process ) : string
InitProcess ( string filePath ) : Process

Method Details

CompileCss() public method

public CompileCss ( string sourceFilePath ) : string
sourceFilePath string
return string

CompileCss() public static method

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

SupportsExtension() public method

public SupportsExtension ( string extension ) : bool
extension string
return bool