Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.8 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.8 KB

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-core

Documentation

http://bertramdev.github.io/asset-pipeline

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