mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 08:20:23 +00:00
Fix #11594
This commit is contained in:
parent
4c246c0117
commit
dbbd49b4f8
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
|
|||
}
|
||||
result = {
|
||||
'bootstrap.css' : cw + tree.toCSS(),
|
||||
'bootstrap.min.css' : cw + tree.toCSS({ compress: true })
|
||||
'bootstrap.min.css' : cw + tree.toCSS({ compress: true }).replace(/\n/g, '')
|
||||
}
|
||||
})
|
||||
} catch (err) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue