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 dc6e010 commit 372ffdeCopy full SHA for 372ffde
Gruntfile.js
@@ -139,7 +139,7 @@ module.exports = function(grunt) {
139
options: {
140
banner: '<%= banner %>',
141
report: 'gzip',
142
- screwIE8: false
+ ie8: true
143
}
144
145
},
package.json
@@ -41,7 +41,7 @@
41
"grunt-contrib-cssmin": "~2.2",
42
"grunt-contrib-jshint": "~1.1",
43
"grunt-contrib-qunit": "~2.0",
44
- "grunt-contrib-uglify": "~2.3",
+ "grunt-contrib-uglify": "~3.0",
45
"grunt-indent": "~1.0",
46
"grunt-jscs": "3.0",
47
"grunt-jsonlint": "~1.1",
0 commit comments