aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorHakim El Hattab2018-01-24 15:52:40 +0100
committerGitHub2018-01-24 15:52:40 +0100
commit4232f41abd73cd9490be689b9bbcdd6f1fa87c54 (patch)
tree222ac9d883a723ddc566e13413eed3ba6330c66d /Gruntfile.js
parente3205a55beb640f376b8add0fbc406f0eb065248 (diff)
parentf9d076663746ab29410e9c141a7b9e927e4eb5df (diff)
Merge pull request #2080 from bnjmnt4n/update-deps
Update dependencies.
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',