Fixes #180 - adds grunt info to readme.
authorGoal Smashers Dev Team <jakub@goalsmashers.com>
Mon, 18 Nov 2013 18:05:42 +0000 (19:05 +0100)
committerGoal Smashers Dev Team <jakub@goalsmashers.com>
Mon, 18 Nov 2013 18:05:42 +0000 (19:05 +0100)
README.md

index a6b42f7..868a114 100644 (file)
--- a/README.md
+++ b/README.md
@@ -75,6 +75,10 @@ cleancss [options] <source-file>
 -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: