Skip to content

bertramdev/grails-asset-pipeline

Repository files navigation

Grails Asset Pipeline

Build Status

Overview

The Grails Asset-Pipeline is a plugin used for managing and processing static assets in Grails applications. Asset-Pipeline functions include processing and minification of both CSS and JavaScript files. It is also capable of being extended to compile custom static assets, such as CoffeeScript or LESS.

For contributions to the core plugin please see the repository for the core plugin at asset-pipeline

NOTE: This repository is only for supporting the Grails 2 module of asset-pipeline. For grails3 see the main repository at asset-pipeline.

Documentation

http://www.asset-pipeline.com/manual/

Release Notes

http://www.asset-pipeline.com/manual/index.html#release-history

Things to be Done

  • Improve SourceMaps

Contributions

All contributions are of course welcome as this is an ACTIVE project. Any help with regards to reviewing platform compatibility, adding more tests, and general cleanup is most welcome. Thanks to several people for suggestions throughout development. Notably: Brian Wheeler (@bdwheeler), Rick Jensen (@cdeszaq), Bobby Warner (@bobbywarner), Ted Naleid (@tednaleid) and more to follow I'm sure...

Additional Resources