C# Class Cruncher.Preprocessors.Coffee.CoffeeScriptPreprocessor

The coffee script pre-processor. Many thanks here to Andrey Taritsyn's
Inheritance: IPreprocessor
Afficher le fichier Open project: JimBobSquarePants/Cruncher

Méthodes publiques

Méthode Description
Transform ( string input, string path, CruncherBase cruncher ) : string

Transforms the content of the given string.

Method Details

Transform() public méthode

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.
Résultat string