From: alexlamsl Date: Thu, 25 Feb 2016 06:52:12 +0000 (+0800) Subject: update link to clean-css X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=02a66fe73da763d5e5020efd44b06b74b2e5d611;p=html-minifier.git update link to clean-css --- diff --git a/README.md b/README.md index cb8e677..b4b82af 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ How does HTMLMinifier compare to other solutions — [HTML Minifier from Will Pe | `keepClosingSlash` | Keep the trailing slash on singleton elements | `false` | | `caseSensitive` | Treat attributes in case sensitive manner (useful for custom HTML tags.) | `false` | | `minifyJS` | Minify Javascript in script elements and event attributes (uses [UglifyJS](https://github.com/mishoo/UglifyJS2)) | `false` (could be `true`, `false`, `Object` (options)) | -| `minifyCSS` | Minify CSS in style elements and style attributes (uses [clean-css](https://github.com/GoalSmashers/clean-css)) | `false` (could be `true`, `false`, `Object` (options)) | +| `minifyCSS` | Minify CSS in style elements and style attributes (uses [clean-css](https://github.com/jakubpawlowicz/clean-css)) | `false` (could be `true`, `false`, `Object` (options)) | | `minifyURLs` | Minify URLs in various attributes (uses [relateurl](https://github.com/stevenvachon/relateurl)) | `false` (could be `Object` (options)) | | `ignoreCustomComments` | Array of regex'es that allow to ignore certain comments, when matched | `[ ]` | | `ignoreCustomFragments` | Array of regex'es that allow to ignore certain fragments, when matched (e.g. ``, `{{ ... }}`, etc.) | `[ /<%[\s\S]*?%>/, /<\?[\s\S]*?\?>/ ]` |