Skip to content

grails-plugins/grails-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5577fdd · Mar 31, 2021
Dec 13, 2011
Oct 11, 2014
Jan 13, 2015
Oct 11, 2014
Feb 17, 2014
Sep 13, 2014
Sep 16, 2013
May 12, 2014
Sep 3, 2010
Mar 31, 2021
Jan 13, 2015
Sep 13, 2014
Sep 13, 2014
Sep 13, 2014
Oct 10, 2014

Repository files navigation

Build Status

Grails Resources framework.

Grails resources provides a DSL for declaring static resources in plugins and in apps, and a mapper artefact that allows other plugins to provide processing of static resources to e.g. minify / zip them.

All processing is performed at runtime once, against files in the server filesystem.

Built-in mappers included in the plugin:

  • CSS rewriter (two mappers required, happens automatically)
  • Bundler (combines multiple css or js files into one)

See docs at http://grails-plugins.github.io/grails-resources/