Skip to content
Snippets Groups Projects
Commit f0fa6fb2 authored by Benjamin Tan's avatar Benjamin Tan
Browse files

Update `grunt-contrib-uglify`.

parent e382d5cf
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ module.exports = function(grunt) { ...@@ -26,7 +26,7 @@ module.exports = function(grunt) {
uglify: { uglify: {
options: { options: {
banner: '<%= meta.banner %>\n', banner: '<%= meta.banner %>\n',
screwIE8: false ie8: true
}, },
build: { build: {
src: 'js/reveal.js', src: 'js/reveal.js',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment