diff options
author | Benjamin Tan | 2018-01-22 22:34:15 +0800 |
---|---|---|
committer | Benjamin Tan | 2018-01-22 22:38:30 +0800 |
commit | f0fa6fb226f918cac15e6c53bd68f2dc5c02d7c8 (patch) | |
tree | 32c0d7aef46ed34717a3123d26cc85a488cacdf8 | |
parent | e382d5cfabb2cd9461601ef706c6ff4c1ff28491 (diff) |
Update `grunt-contrib-uglify`.
-rw-r--r-- | Gruntfile.js | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index b6ef63b..ff7da2d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -26,7 +26,7 @@ module.exports = function(grunt) { uglify: { options: { banner: '<%= meta.banner %>\n', - screwIE8: false + ie8: true }, build: { src: 'js/reveal.js', diff --git a/package.json b/package.json index b291b29..46bb821 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "grunt-contrib-cssmin": "^2.2.1", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-qunit": "~1.2.0", - "grunt-contrib-uglify": "^2.3.0", + "grunt-contrib-uglify": "^3.3.0", "grunt-contrib-watch": "^1.0.0", "grunt-sass": "^2.0.0", "grunt-retire": "^1.0.7", |