Skip to content

Commit

Permalink
build: updates grunt-contrib-uglify
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Addai committed Jun 27, 2024
1 parent 0ed5eb3 commit bc0cbcb
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 710 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ module.exports = function(grunt) {
banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> <%= versionInfo %> */\n',
sourceMap: DEBUG,
sourceMapIncludeSources: DEBUG,
mangle: DEBUG,
compress: DEBUG,
beautify: !DEBUG,
mangle: !DEBUG,
compress: !DEBUG,
beautify: DEBUG,
},
},
},
Expand Down
Loading

0 comments on commit bc0cbcb

Please sign in to comment.