C# 클래스 Cruncher.Preprocessors.Coffee.CoffeeScriptPreprocessor

The coffee script pre-processor. Many thanks here to Andrey Taritsyn's
상속: IPreprocessor
파일 보기 프로젝트 열기: JimBobSquarePants/Cruncher

공개 메소드들

메소드 설명
Transform ( string input, string path, CruncherBase cruncher ) : string

Transforms the content of the given string.

메소드 상세

Transform() 공개 메소드

Transforms the content of the given string.
public Transform ( string input, string path, CruncherBase cruncher ) : string
input string The input string to transform.
path string The path to the given input string to transform.
cruncher CruncherBase The cruncher that is running the transform.
리턴 string