From 27e29451b5d64686b87f8c8da85d7f12b53b4569 Mon Sep 17 00:00:00 2001 From: Drew Wells Date: Sun, 24 Jun 2012 20:19:22 -0500 Subject: [PATCH] Add note for comments that survive minifying --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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: -- 2.34.1