Skip to content

Commit

Permalink
Updates uglify task with new options
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Morris committed Jul 12, 2017
1 parent 83ca85b commit a4ba449
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Expand Up @@ -36,7 +36,9 @@ module.exports = function(grunt) {
// Minifies JS files
uglify: {
options: {
preserveComments: /^!|@preserve|@license|@cc_on/i,
output: {
comments: /^!|@preserve|@license|@cc_on/i
},
sourceMap: true,
footer: '\n'
},
Expand Down

0 comments on commit a4ba449

Please sign in to comment.