C# Class Bundling.Extensions.Transforms.LessTransform

Inheritance: IBundleTransform
Afficher le fichier Open project: unger/Bundling.Extensions

Méthodes publiques

Méthode Description
Process ( BundleContext context, BundleResponse bundle ) : void

Private Methods

Méthode Description
CreateLessEngine ( dotless.Core.Parser.Parser lessParser ) : ILessEngine
GetFileDependencies ( dotless.Core.Parser.Parser lessParser ) : IEnumerable
GetPathResolver ( dotless.Core.Parser.Parser lessParser ) : dotless.Core.Input.IPathResolver
SetCurrentFilePath ( dotless.Core.Parser.Parser lessParser, string currentFilePath ) : void

Method Details

Process() public méthode

public Process ( BundleContext context, BundleResponse bundle ) : void
context BundleContext
bundle BundleResponse
Résultat void