aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorBenjamin Tan <demoneaux@gmail.com>2018-01-22 22:34:15 +0800
committerBenjamin Tan <demoneaux@gmail.com>2018-01-22 22:38:30 +0800
commitf0fa6fb226f918cac15e6c53bd68f2dc5c02d7c8 (patch)
tree32c0d7aef46ed34717a3123d26cc85a488cacdf8 /Gruntfile.js
parente382d5cfabb2cd9461601ef706c6ff4c1ff28491 (diff)
downloadfreenode-live-2017-presentation-f0fa6fb226f918cac15e6c53bd68f2dc5c02d7c8.tar
freenode-live-2017-presentation-f0fa6fb226f918cac15e6c53bd68f2dc5c02d7c8.tar.gz
Update `grunt-contrib-uglify`.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
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',