mirror of
https://github.com/jquery/jquery.git
synced 2026-05-13 03:00:12 -04:00
Build: Seasonal update of uglify and its options
raw gz Compared to last run = = dist/jquery.js -294 -88 dist/jquery.min.js Closes gh-3994
This commit is contained in:
committed by
Oleg Gaidarenko
parent
4a2bcc27f9
commit
09684ba3f2
@@ -259,9 +259,9 @@ module.exports = function( grunt ) {
|
||||
banner: "/*! jQuery v<%= pkg.version %> | " +
|
||||
"(c) JS Foundation and other contributors | jquery.org/license */",
|
||||
compress: {
|
||||
"pure_getters": true,
|
||||
"hoist_funs": false,
|
||||
loops: false,
|
||||
unused: false,
|
||||
|
||||
// Support: IE <11
|
||||
// typeofs transformation is unsafe for IE9-10
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
"sizzle": "2.3.3",
|
||||
"strip-json-comments": "2.0.1",
|
||||
"testswarm": "1.1.0",
|
||||
"uglify-js": "3.3.4"
|
||||
"uglify-js": "3.3.12"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm install && grunt",
|
||||
|
||||
Reference in New Issue
Block a user