From: Goal Smashers Dev Team Date: Mon, 18 Nov 2013 18:08:19 +0000 (+0100) Subject: Moves grunt info after CLI and module use so the order is more logical. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a3df2498859db6bfe00df2b178836c30c6e24850;p=clean-css.git Moves grunt info after CLI and module use so the order is more logical. --- 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: