From a3df2498859db6bfe00df2b178836c30c6e24850 Mon Sep 17 00:00:00 2001 From: Goal Smashers Dev Team Date: Mon, 18 Nov 2013 19:08:19 +0100 Subject: [PATCH] Moves grunt info after CLI and module use so the order is more logical. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 868a1145..c5d8bb91 100644 --- a/README.md +++ b/README.md @@ -75,10 +75,6 @@ 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: @@ -135,6 +131,10 @@ CleanCSS constructor accepts a hash as a parameter, i.e., * `selectorsMergeMode` - `ie8` for IE8 compatibility mode, `*` for merging all (default) * `debug` - set to true to get minification statistics under `stats` property (see `test/custom-test.js` for examples) +### How to use clean-css with [grunt](http://gruntjs.com)? + +See [grunt-contrib-cssmin](https://github.com/gruntjs/grunt-contrib-cssmin) plugin. + ### What are the clean-css' dev commands? First clone the source, then run: -- 2.34.1