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 /Gruntfile.js | |
parent | e382d5cfabb2cd9461601ef706c6ff4c1ff28491 (diff) |
Update `grunt-contrib-uglify`.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 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', |