Community contributed extensions

CoffeeScript [coffee] module

This module is for the Play 1.x series only.

CoffeeScript is a great way to produce javascript. This module provides support for it (Java and Scala):

Comments are welcome!

https://github.com/robfig/play-coffee

Written by Rob Figueiredo.

Published releases

1.0 Jul 18 2011 Documentation Try Play
0.9 Apr 10 2011 Documentation Try Play

To install locally this module use the install command:

play install coffee-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> coffee {version}