Example use:
var result = UglifyJS.minify([files...], {
compressor: {
warnings:false
},
// https://github.com/mishoo/UglifyJS2#keeping-copyright-notices-or-other-comments
comments:true // false, true or "all"
});
|
||
|---|---|---|
| .. | ||
| node.js | ||
Example use:
var result = UglifyJS.minify([files...], {
compressor: {
warnings:false
},
// https://github.com/mishoo/UglifyJS2#keeping-copyright-notices-or-other-comments
comments:true // false, true or "all"
});
|
||
|---|---|---|
| .. | ||
| node.js | ||