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

Handlebars Resources Plugin

  • Tags : resource-mapper
  • Latest : 0.3.6
  • Last Updated: 07 April 2013
  • Grails version : 1.3.7 > *
0 vote

This plug-in supports using Handlebars.js templates with the Grails Resources Plugin. This plugin includes a resource mapper that will precompile the template files into JavaScript and make it available for other resource processing, including minification and bundling. The Handlebars.js resource files are also included. Read more

Dependency :
runtime ":handlebars-resources:0.3.6"

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

Cached Resources

4 votes

11% of Grails users

Provides a "hash and cache" mapper for the resources framework, automatically creating safe unique filenames for your resources and setting them to eternally cache in the browser. Read more

Dependency :
runtime ":cached-resources:1.0"

Documentation Source Issues