From: tomByrer Date: Sun, 8 Jun 2014 15:49:02 +0000 (-0600) Subject: + Gulp, Broccoli, Brunch, & Addy's build-tools X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6f4ed52ca2b59b8eac06950c9cf4b491303ea6b2;p=clean-css.git + Gulp, Broccoli, Brunch, & Addy's build-tools --- diff --git a/README.md b/README.md index ad2e2708..bc170d7e 100644 --- a/README.md +++ b/README.md @@ -133,9 +133,14 @@ CleanCSS constructor accepts a hash as a parameter, i.e., * `compatibility` - Force compatibility mode to `ie7` or `ie8`. Defaults to not set. * `debug` - set to true to get minification statistics under `stats` property (see `test/custom-test.js` for examples) -### How to use clean-css with [Grunt](http://gruntjs.com)? +### How to use clean-css with build tools? -See [grunt-contrib-cssmin](https://github.com/gruntjs/grunt-contrib-cssmin) plugin. +* [Broccoli](https://github.com/broccolijs/broccoli#broccoli) : [broccoli-uncss](https://github.com/sindresorhus/broccoli-uncss) +* [Brunch](http://brunch.io/) : [uncss-brunch](https://github.com/jakubburkiewicz/uncss-brunch) +* [Grunt](http://gruntjs.com) : [grunt-contrib-cssmin](https://github.com/gruntjs/grunt-contrib-cssmin) +* [Gulp](http://gulpjs.com/) : [https://github.com/ben-eb/gulp-uncss](https://github.com/ben-eb/gulp-uncss) + +For a tutorial how to use Grunt, Gulp, Broccoli or Brunch with clean-css, read Addy Osmani's ["Spring cleaning unused CSS"](http://addyosmani.com/blog/removing-unused-css/). ### What are the clean-css' dev commands?