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