Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed May 8, 2014
1 parent c2c3001 commit e29b24b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
@@ -0,0 +1,16 @@


[![Build Status](https://api.travis-ci.org/gpc/grails-mail.png)](http://travis-ci.org/grails-plugins/grails-resources)

=== 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.org/plugin/resources

0 comments on commit e29b24b

Please sign in to comment.