api / org.gradle.play.tasks / PlayCoffeeScriptCompile

PlayCoffeeScriptCompile

@Incubating open class PlayCoffeeScriptCompile : CoffeeScriptCompile

Task for compiling CoffeeScript sources into JavaScript.

Constructors

<init>

PlayCoffeeScriptCompile()

Task for compiling CoffeeScript sources into JavaScript.

Functions

doCompile

open fun doCompile(): Unit

setCoffeeScriptJsNotation

open fun setCoffeeScriptJsNotation(notation: String): Unit

setRhinoClasspathNotation

open fun setRhinoClasspathNotation(notation: String): Unit

Inherited Functions

getCoffeeScriptJs

open fun getCoffeeScriptJs(): FileCollection

getDestinationDir

open fun getDestinationDir(): File

getOptions

open fun getOptions(): CoffeeScriptCompileOptions

getRhinoClasspath

open fun getRhinoClasspath(): FileCollection

options

open fun options(action: Action<CoffeeScriptCompileOptions>): Unit
open fun options(closure: Closure<*>): Unit

setCoffeeScriptJs

open fun setCoffeeScriptJs(coffeeScriptJs: FileCollection): Unit

Sets Coffee Script Javascript file.

open fun setCoffeeScriptJs(coffeeScriptJs: Any): Unit

setDestinationDir

open fun setDestinationDir(destinationDir: File): Unit

Sets destination directory.

open fun setDestinationDir(destinationDir: Any): Unit

setRhinoClasspath

open fun setRhinoClasspath(rhinoClasspath: FileCollection): Unit

Sets Rhino classpath.

open fun setRhinoClasspath(rhinoClasspath: Any): Unit