C# Class Composite.Web.Css.Sass.SassCssCompiler

Inheritance: ICssCompiler
Afficher le fichier Open project: Orckestra/C1-Packages

Méthodes publiques

Méthode Description
CompileCss ( string sourceFilePath ) : string

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

Method Details

CompileCss() public méthode

public CompileCss ( string sourceFilePath ) : string
sourceFilePath string virtual path to the Sass file
Résultat string

CompileCss() public static méthode

public static CompileCss ( string sassFilePath, string cssFilePath, System.DateTime folderLastUpdatedUtc = null ) : void
sassFilePath string
cssFilePath string
folderLastUpdatedUtc System.DateTime
Résultat void

SupportsExtension() public méthode

public SupportsExtension ( string extension ) : bool
extension string
Résultat bool