Skip to content

Commit

Permalink
Really fix #5391
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Aug 7, 2017
1 parent 577ae99 commit 52922d1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tasks/config/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ module.exports = {
/* Minified JS Settings */
uglify: {
mangle : true,
comments : 'some'
output: {
comments: 'some'
}
},

/* Minified Concat CSS Settings */
Expand All @@ -159,7 +161,9 @@ module.exports = {
/* Minified Concat JS */
concatUglify: {
mangle : true,
comments : false
output: {
comments: 'some'
}
}

}
Expand Down

0 comments on commit 52922d1

Please sign in to comment.