Google Closure [googleclosure] module
This module is for the Play 1.x series only.
This module is aimed at integrating Google Closure tools with play!.
For the time being, it ONLY provides javascript client templating based on Google Closure Templates.
v1.1 renders SoyException into web page
Other tools from Google Closure will be added later but don’t hesitate to ask if you need something first.
http://code.google.com/p/mandubian-play-google-closure/
Written by Pascal Voitot.
Published releases
1.1 | Nov 30 2010 | Documentation | Try Play |
1.0 | Nov 15 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install googleclosure-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> googleclosure {version}