Plugins You can find out about all the publicly available Grails plugins.

Grails Font Awesome Resources Plugin

  • Tags : ui, resources
  • Latest : 3.1
  • Last Updated: 15 May 2013
  • Grails version : 2.0 > *
0 vote

Like the jquery-resources plugin that pulls in the jquery javascript lib as a resource, this plugin pulls in Font Awesome. Font Awesome is a very popular font based icon set. Font based icons are a very convenient means of incorporating icons into a web application and the technique is growing in popularity. Font Awesome probably works best when used with the twitter bootstrap UI framework for which it was designed. Read more

Dependency :
compile ":font-awesome-resources:3.1"

Documentation Source Issues

EmberJS templates precompiler Plugin

0 vote

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

GSP Resources

  • Tags : resources, gsp, resource-mapper
  • Latest : 0.4.1
  • Last Updated: 05 July 2012
  • Grails version : 2.0.0 > *
2 votes

Use resources plugin to serve dynamically-built CSS and JS as static files instead of dynamic (non-cacheable) GSPs. Read more

Dependency :
runtime ":gsp-resources:0.4.1"

Documentation Source

Previous1234Next