Skip to content

Commit

Permalink
Updates required by latest version of Uglify
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Aug 7, 2018
1 parent f41bdc1 commit ce1681c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Expand Up @@ -175,7 +175,9 @@ module.exports = function(grunt) {
compress: true,
mangle: true,
beautify: false,
ie8: true
output: {
ie8: true
}
},
build: {
src: 'src/zebra_tooltips.src.js',
Expand Down

0 comments on commit ce1681c

Please sign in to comment.