diff --git a/tasks/config/tasks.js b/tasks/config/tasks.js index 2b75fc656b..f9db1919b9 100644 --- a/tasks/config/tasks.js +++ b/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' + } } }