mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-01 03:10:14 +02:00
Turn advanced optimizations off until it's fixed in clean-css.
This commit is contained in:
@@ -183,6 +183,7 @@ module.exports = function (grunt) {
|
|||||||
compress: {
|
compress: {
|
||||||
options: {
|
options: {
|
||||||
keepSpecialComments: '*',
|
keepSpecialComments: '*',
|
||||||
|
noAdvanced: true, // turn advanced optimizations off until it's fixed in clean-css
|
||||||
report: 'min',
|
report: 'min',
|
||||||
selectorsMergeMode: 'ie8'
|
selectorsMergeMode: 'ie8'
|
||||||
},
|
},
|
||||||
|
2
docs/assets/css/pack.min.css
vendored
2
docs/assets/css/pack.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user