org.gradle.plugins.javascript.coffeescript
Interface CoffeeScriptCompileSpec
public interface CoffeeScriptCompileSpec
getCoffeeScriptJs
File getCoffeeScriptJs()
setCoffeeScriptJs
void setCoffeeScriptJs(File coffeeScriptJs)
getDestinationDir
File getDestinationDir()
setDestinationDir
void setDestinationDir(File destinationDir)
getSource
FileCollection getSource()
setSource
void setSource(FileCollection source)
getOptions
CoffeeScriptCompileOptions getOptions()
setOptions
void setOptions(CoffeeScriptCompileOptions options)