diff options
| author | Chris Rebert <[email protected]> | 2014-06-24 14:54:51 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-24 14:54:51 -0700 |
| commit | e31c2edf885efd42d2e755f189cc15125d977d70 (patch) | |
| tree | 63a9bbae1f1cdf069880507d1709d6a893506bd7 | |
| parent | 49fe75d13830bd195a9a34c61926285388fea7b8 (diff) | |
| download | bootstrap-e31c2edf885efd42d2e755f189cc15125d977d70.tar.xz bootstrap-e31c2edf885efd42d2e755f189cc15125d977d70.zip | |
Revert "Turn off clean-css' advanced optimizations."
This reverts commit 25ca51319b016bc4e42e1ba882d6f191e001d65d.
| -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: { |
