Class PlayCoffeeScriptPlugin

java.lang.Object
org.gradle.play.plugins.PlayCoffeeScriptPlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating public class PlayCoffeeScriptPlugin extends Object implements Plugin<Project>
Plugin for adding coffeescript compilation to a Play application. Adds support for defining CoffeeScriptSourceSet source sets. A "coffeeScript" source set is created by default.
  • Constructor Details

    • PlayCoffeeScriptPlugin

      public PlayCoffeeScriptPlugin()
  • Method Details

    • apply

      public void apply(Project target)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      target - The target object