diff options
| -rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 66e1de36e..98c8436d6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -232,8 +232,7 @@ module.exports = function (grunt) { cssmin: { options: { compatibility: 'ie8', - keepSpecialComments: '*', - noAdvanced: true + keepSpecialComments: '*' }, core: { files: { |
