https://bugzilla.redhat.com/show_bug.cgi?id=745515

--- Comment #25 from Ville Skyttä <[email protected]> ---
Also, this version doesn't preserve the C-style comments starting with /*! as
documented. The old 2.4.7 version I'm using locally does.

https://github.com/yui/yuicompressor/blob/master/README.md

$ cat t.js 
/*!
  Hello, this comment should be preserved.
*/
var a;
$ yuicompressor t.js
var a;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=G1tQok1P9S&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to