From: Goal Smashers Dev Team Date: Mon, 18 Nov 2013 18:05:42 +0000 (+0100) Subject: Fixes #180 - adds grunt info to readme. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=52fc06d6e691f7625cf4d7c1c12bf7613969916e;p=clean-css.git Fixes #180 - adds grunt info to readme. --- diff --git a/README.md b/README.md index a6b42f79..868a1145 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,10 @@ cleancss [options] -d, --debug Shows debug information (minification time & compression efficiency) ``` +### How to use clean-css with [grunt](http://gruntjs.com)? + +See [grunt-contrib-cssmin](https://github.com/gruntjs/grunt-contrib-cssmin) plugin. + #### Examples: To minify a **public.css** file into **public-min.css** do: