C# 클래스 Nancy.SassAndCoffee.Hooks

파일 보기 프로젝트 열기: NancyFx/Nancy.SassAndCoffee

공개 메소드들

메소드 설명
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