A crass plugin for Wintersmith
Minify your CSS using the excellent crass minifier.
Install globally and add wintersmith-crass
to your wintersmith config.json.
$ npm install wintersmith-crass -g
Or Locally,
$ npm install wintersmith-crass
Then add add to your ./node_modules/wintersmith-crass/
to your wintersmith config.json like so:
{
"locals": {
...
}
"plugins": [
"./node_modules/wintersmith-crass/"
]
}