From: tomByrer Date: Sat, 3 May 2014 23:16:27 +0000 (-0600) Subject: + Gulp module X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=62110e94a0aabebc533cc9e1afa4e3317c5d76e2;p=html-minifier.git + Gulp module --- diff --git a/README.md b/README.md index 6ff475e..0d63ca5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See [corresponding blog post](http://perfectionkills.com/experimenting-with-html [Test suite is available online](http://kangax.github.io/html-minifier/tests/). -Also see corresponding [Grunt plugin](https://github.com/gruntjs/grunt-contrib-htmlmin) & [Ruby wrapper](https://github.com/stereobooster/html_minifier). +Also see corresponding [Ruby wrapper](https://github.com/stereobooster/html_minifier), and for Node.js, [Grunt plugin](https://github.com/gruntjs/grunt-contrib-htmlmin) & [Gulp module](https://github.com/jonschlinkert/gulp-htmlmin). How does HTMLMinifier compare to [another solution](http://www.willpeavy.com/minifier/) — HTML Minifier from Will Peavy (1st result in [google search for "html minifier"](https://www.google.com/#q=html+minifier))?