mennake/minify

CommentPreserver should keep /*! so comments can pass through other minifiers

Closed this issue · 1 comments

/*! foo */ is currently converted to:
/* foo */

YUICompressor doesn't do this, Minify shouldn't either.

Original issue reported on code.google.com by mrclay....@gmail.com on 8 Jul 2010 at 2:03

R419

Original comment by mrclay....@gmail.com on 8 Jul 2010 at 4:26

  • Changed state: Verified
  • Added labels: Type-Enhancement, Priority-Low
  • Removed labels: Type-Defect, Priority-Medium