grails-plugins / grails-resources

Resources framework for Grails 2.0

Home Page:http://grails.org/plugin/resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Resources framework for Grails 2.0

http://grails.org/plugin/resources

License:Other


Languages

Language:Groovy 85.3%Language:CSS 6.9%Language:Java 5.2%Language:Batchfile 1.9%Language:Shell 0.5%Language:JavaScript 0.2%