1.0.0 • Published 8 years ago
wintersmith-crass v1.0.0
wintersmith-crass
A crass plugin for Wintersmith
Minify your CSS using the excellent crass minifier.
Install:
Install globally and add wintersmith-crass to your wintersmith config.json.
$ npm install wintersmith-crass -gOr Locally,
$ npm install wintersmith-crassThen add add to your ./node_modules/wintersmith-crass/ to your wintersmith config.json like so:
{
    "locals": {
        ...
    }
    "plugins": [
       "./node_modules/wintersmith-crass/"
    ]
}1.0.0
8 years ago