1.0.0 • Published 6 years ago

wintersmith-crass v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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 -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/"
    ]
}