C# Класс Nancy.SassAndCoffee.Hooks

Показать файл Открыть проект

Открытые методы

Метод Описание
Enable ( IPipelines pipelines, ICompiledCache cache, IRootPathProvider rootPathProvider ) : void

Enable SassAndCoffee support in the application.

SassAndCoffee supports on the fly compilation and caching of CoffeeScript and Sass, along with concatenation and minification.

Приватные методы

Метод Описание
GetPipelineHook ( ContentCompiler compiler ) : Response>.Func
GetResponse ( CompilationResult content ) : Response

Описание методов

Enable() публичный статический Метод

Enable SassAndCoffee support in the application.

SassAndCoffee supports on the fly compilation and caching of CoffeeScript and Sass, along with concatenation and minification.

public static Enable ( IPipelines pipelines, ICompiledCache cache, IRootPathProvider rootPathProvider ) : void
pipelines IPipelines Application pipelines to hook into
cache ICompiledCache Cache provider to use
rootPathProvider IRootPathProvider Root path provider
Результат void