Update grunt-contrib-uglify.

This commit is contained in:
Benjamin Tan
2018-01-22 22:34:15 +08:00
parent e382d5cfab
commit f0fa6fb226
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ module.exports = function(grunt) {
uglify: {
options: {
banner: '<%= meta.banner %>\n',
screwIE8: false
ie8: true
},
build: {
src: 'js/reveal.js',