Skip to content

bcowdery/wintersmith-clean-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wintersmith-clean-css

A Clean-Css plugin for Wintersmith

Automatically minify's your websites CSS files when building, ignoring already minified files (ending in '.min.css') so not to muck up anything that came minified out-of-the-box.

Install:

Install globally and add wintersmith-clean-css to your wintersmith config.json.

$ npm install wintersmith-clean-css -g

Or Locally,

$ npm install wintersmith-clean-css

Then add add to your ./node_modules/wintersmith-clean-css/ to your wintersmith config.json like so:

{
    "locals": {
        ...
    }
    "plugins": [
       "./node_modules/wintersmith-clean-css/"
    ]
}

License

This software is provided free of charge under the MIT License.

About

A Wintersmith Clean-CSS plugin for minifying CSS files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published