C# Class Cruncher.CssProcessor

The CSS processor for processing CSS files.
Inheritance: ProcessorBase
Show file Open project: JimBobSquarePants/Cruncher

Public Methods

Method Description
ProcessCssCrunchAsync ( HttpContext context, bool minify ) : Task

Processes the css request using cruncher and returns the result.

Method Details

ProcessCssCrunchAsync() public method

Processes the css request using cruncher and returns the result.
public ProcessCssCrunchAsync ( HttpContext context, bool minify ) : Task
context System.Web.HttpContext /// The current context. ///
minify bool /// Whether to minify the output. ///
return Task