Skip to content

Commit

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

0 comments on commit 07e7de7

Please sign in to comment.