C# Class Bundling.Extensions.Transforms.LessTransform

Inheritance: IBundleTransform
Mostra file Open project: unger/Bundling.Extensions

Public Methods

Method Description
Process ( BundleContext context, BundleResponse bundle ) : void

Private Methods

Method 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 method

public Process ( BundleContext context, BundleResponse bundle ) : void
context BundleContext
bundle BundleResponse
return void