EmberJS templates precompiler Plugin
Dependency :
compile ":ember-templates-precompiler:0.4.1"
Summary
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.
Installation
grails install-plugin ember-templates-precompiler
Description
Documentation is hosted on GitHub:https://github.com/florent-blanvillain/grails-ember-templates-precompiler/blob/master/README.md