Workaround UglifyJS comments option bug.

Former-commit-id: 705510311c4eee0739e85054c6d8edded427efe3
This commit is contained in:
John-David Dalton
2012-12-30 11:14:10 -06:00
parent 99e02f30fb
commit 7fdf00d5e9

View File

@@ -330,7 +330,7 @@
// restrict lines to 500 characters for consistency with the Closure Compiler
var stream = uglifyJS.OutputStream({
'ascii_only': true,
'comments': true,
'comments': /\* *@license/,
'max_line_len': 500,
});