Zipped Resources
11% of Grails users
Dependency :
runtime ":zipped-resources:1.0"
Summary
Integrates with Grails' resources framework to automatically gzip static files
Description
This plugin leverages the Resources plugin to apply gzip encoding to static resources. It works well with the cached-resources plugin to add gzipping to the automatically uniquely-named and browser-cached resources.By default, in this alpha, all resources handled by the resources plugin will be gzipped (e.g. including images).There is no configuration required. This plugin applies the "zip" mapping to resources, so you can suppress it by declaring a resource with nozip:true - see the resources plugin for details of how to declare resources.
This plugin and the resources plugin framework are experimental alphas and WILL change before 1.0 final