You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gulpfile.js
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,9 @@ function renameModules(match) {
59
59
constterserOptions={
60
60
mangle: {
61
61
reserved: ["define","KendoLicensing"]
62
+
},
63
+
format: {
64
+
comments: (node,comments)=>comments.value.includes("Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.")// Preserve license comment.
62
65
}
63
66
};
64
67
@@ -73,24 +76,28 @@ function uglifyScripts(stream) {
0 commit comments