From 52fc06d6e691f7625cf4d7c1c12bf7613969916e Mon Sep 17 00:00:00 2001 From: Goal Smashers Dev Team Date: Mon, 18 Nov 2013 19:05:42 +0100 Subject: [PATCH] Fixes #180 - adds grunt info to readme. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.34.1