+ Gulp, Broccoli, Brunch, & Addy's build-tools
authortomByrer <tomByrer@gmail.com>
Sun, 8 Jun 2014 15:49:02 +0000 (09:49 -0600)
committertomByrer <tomByrer@gmail.com>
Sun, 8 Jun 2014 15:49:02 +0000 (09:49 -0600)
README.md

index ad2e270..bc170d7 100644 (file)
--- 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?