From: Drew Wells Date: Mon, 25 Jun 2012 01:19:22 +0000 (-0500) Subject: Add note for comments that survive minifying X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=27e29451b5d64686b87f8c8da85d7f12b53b4569;p=clean-css.git Add note for comments that survive minifying --- diff --git a/README.md b/README.md index 64177f6c..0ca810f2 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,13 @@ Or even gzip it at once: var source = "a{font-weight:bold;}"; var minimized = cleanCSS.process(source); +### How do you preserve a comment block? ### + + /*! + + Important comments included in minified output. + */ + ### How to run clean-css tests? ### You need vows testing framework (npm install vows) then simply run: