C# Класс Cruncher.Preprocessors.Coffee.CoffeeScriptPreprocessor

The coffee script pre-processor. Many thanks here to Andrey Taritsyn's
Наследование: IPreprocessor
Показать файл Открыть проект

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

Метод Описание
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