Browse Source

Really fix #5391

pull/5022/head
Jack 7 years ago
parent
commit
52922d1e5c
1 changed files with 6 additions and 2 deletions
  1. 8
      tasks/config/tasks.js

8
tasks/config/tasks.js

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

Loading…
Cancel
Save