snaplet-css-min

A Snaplet for CSS minification

https://github.com/zmthy/snaplet-css-min

Latest on Hackage:0.1.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Timothy Jones
Maintained by Timothy Jones

A Snaplet for minifying and caching CSS files.

Nest this Snaplet inside your own, and place your CSS files in snaplets/css-min.

The minifier just parses and renders the contents of the files with css-text, so the minification is not complete. It will remove most whitespace, though.