From: Jakub Pawlowicz Date: Mon, 25 Aug 2014 10:44:01 +0000 (+0100) Subject: Fixes #342 - using clean-css in gulp via vinyl-map wrapper. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=06d1e0c9bb171848c31300f93abc6c0e28c5941c;p=clean-css.git Fixes #342 - using clean-css in gulp via vinyl-map wrapper. --- diff --git a/README.md b/README.md index 66c8fc08..feca130b 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ CleanCSS constructor accepts a hash as a parameter, i.e., * [Brunch](http://brunch.io/) : [clean-css-brunch](https://github.com/brunch/clean-css-brunch) * [Grunt](http://gruntjs.com) : [grunt-contrib-cssmin](https://github.com/gruntjs/grunt-contrib-cssmin) * [Gulp](http://gulpjs.com/) : [gulp-minify-css](https://github.com/jonathanepollack/gulp-minify-css) +* [Gulp](http://gulpjs.com/) : [using vinyl-map as a wrapper - courtesy of @sogko](https://github.com/jakubpawlowicz/clean-css/issues/342) * [component-builder2](https://github.com/component/builder2.js) : [builder-clean-css](https://github.com/poying/builder-clean-css) * [Metalsmith](http://metalsmith.io) : [metalsmith-clean-css](https://github.com/aymericbeaumet/metalsmith-clean-css)