EmberJS templates precompiler Plugin
This plug-in precompiles Ember.js handlebars templates on the server side.
It integrates with grails resources plugin to allow subsequent minification, gzip and more.It's a fork from Matt Sheehan's grails-handlebars-resources plugin with two differences :- it targets Handlebars templates with added EmberJS helpers
- it does not declare any resource module.
Dependency :
compile ":ember-templates-precompiler:0.4.2"