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):
- You can write coffee script directly into your templates with the tag #{coffee.inline}.
- You can include coffee script files in your page without having to save the compiled versions.
- The module generates nice error pages upon compilation errors.
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}