Skip to content

Commit 372ffde

Browse files
committed
Upgraded grunt-contrib-uglify to version 3.0
1 parent dc6e010 commit 372ffde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ module.exports = function(grunt) {
139139
options: {
140140
banner: '<%= banner %>',
141141
report: 'gzip',
142-
screwIE8: false
142+
ie8: true
143143
}
144144
}
145145
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"grunt-contrib-cssmin": "~2.2",
4242
"grunt-contrib-jshint": "~1.1",
4343
"grunt-contrib-qunit": "~2.0",
44-
"grunt-contrib-uglify": "~2.3",
44+
"grunt-contrib-uglify": "~3.0",
4545
"grunt-indent": "~1.0",
4646
"grunt-jscs": "3.0",
4747
"grunt-jsonlint": "~1.1",

0 commit comments

Comments
 (0)