Skip License/Credit Comments when minifying JavaScript using YUIcompressor

comments, javascript, minify, yui-compressor

Solution

Yes, use

/*!
 *
 */

The exclamation tells the compressor to retain the comment.

Documentation

Problem

Is there a way to keep license/credit comments when the JavaScript is being minified by YUICompressor? Is there any special commenting characters? Or any flag for that in YUICompressor? Thanks, Grace

Original source