We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2bcc2 commit 09684baCopy full SHA for 09684ba
Gruntfile.js
@@ -259,9 +259,9 @@ module.exports = function( grunt ) {
259
banner: "/*! jQuery v<%= pkg.version %> | " +
260
"(c) JS Foundation and other contributors | jquery.org/license */",
261
compress: {
262
+ "pure_getters": true,
263
"hoist_funs": false,
264
loops: false,
- unused: false,
265
266
// Support: IE <11
267
// typeofs transformation is unsafe for IE9-10
package.json
@@ -63,7 +63,7 @@
63
"sizzle": "2.3.3",
64
"strip-json-comments": "2.0.1",
65
"testswarm": "1.1.0",
66
- "uglify-js": "3.3.4"
+ "uglify-js": "3.3.12"
67
},
68
"scripts": {
69
"build": "npm install && grunt",
0 commit comments