aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-06-24 14:54:51 -0700
committerChris Rebert <[email protected]>2014-06-24 14:54:51 -0700
commite31c2edf885efd42d2e755f189cc15125d977d70 (patch)
tree63a9bbae1f1cdf069880507d1709d6a893506bd7
parent49fe75d13830bd195a9a34c61926285388fea7b8 (diff)
downloadbootstrap-e31c2edf885efd42d2e755f189cc15125d977d70.tar.xz
bootstrap-e31c2edf885efd42d2e755f189cc15125d977d70.zip
Revert "Turn off clean-css' advanced optimizations."
This reverts commit 25ca51319b016bc4e42e1ba882d6f191e001d65d.
-rw-r--r--Gruntfile.js3
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: {