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.
Read more
Dependency :
compile ":ember-templates-precompiler:0.4.1"
Documentation
Source
Issues
A simple CoffeeScript compiler plugin. It compiles .coffee source files into .js files, and does not require NodeJS or CoffeeScript to be installed on your machine. (If you have NodeJS installed, the plugin will use it, but if not, it will use an embedded Rhino-based compiler.) Leaves you with full control over if/how to use these generated .js files as resources, etc. Full documentation at: https://github.com/brian428/grails-coffeescript-compiler-plugin. Read more
Dependency :
compile ":coffeescript-compiler:0.9.2"
Documentation
Source
Issues
Provides resources for Backbone.js http://backbonejs.org/ Read more
Dependency :
compile ":backbonejs:0.9.10.3"
Documentation
Source
Server side rendering of Handlebars templates Read more
Dependency :
runtime ":handlebars:1.1.0"
Documentation
Source
Issues
26 votes
83% of Grails users
Provides integration for the JQuery library with grails JavascriptProvider Read more
Dependency :
runtime ":jquery:1.8.3"
Documentation
This plugin compiles/optimizes your javascript resources with the Google Closure Compiler.
It provides three compilation levels. WHITESPACE_ONLY, SIMPLE_OPTIMIZATIONS and ADVANCED_OPTIMIZATIONS.
N.B. It builds/depends on the Grails Resources Plugin.
Read more
Dependency :
compile ":closure-compiler:0.9.1"
Documentation
Source
Issues
This plugin adds Angular JS resources to the Grails application. It uses AnglarJS 1.0.1 release. Read more
Dependency :
compile ":angularjs-resources:1.0.2"
Documentation
Source
Issues
Jasmine resources plugin bundled with 1.1.0 release. Read more
Dependency :
compile ":jasmine-resources:0.1.1"
Documentation
Plugin that provides the Foundation CSS framework resources. Foundation is an easy to use, powerful, and flexible framework for building prototypes and production code on any kind of device.
It integrates nicely with the resources plugin. Read more
Dependency :
runtime ":foundation:2.1.4.3"
Documentation
Source
Issues
Sinon.JS resources plugin. Uses 1.3.1 Sinon.JS release. Read more
Dependency :
compile ":sinonjs-resources:0.1.0"
Documentation