Browse Source

Fix comments #4125

pull/4381/head
Jack Lukic 8 years ago
parent
commit
d38e863afe
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/config/tasks.js

2
tasks/config/tasks.js

@ -152,7 +152,7 @@ module.exports = {
concatMinify: {
processImport : false,
restructuring : false,
keepSpecialComments : 1,
keepSpecialComments : false,
roundingPrecision : -1,
},

Loading…
Cancel
Save