mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
customizer.js: remove a workaround for older less.js.
This commit is contained in:
parent
2bc08190ec
commit
caa3d53dcb
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -232,7 +232,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 }).replace(/\n/g, '') // FIXME: remove newline hack once less.js upgraded to v1.4
|
||||
'bootstrap.min.css' : cw + tree.toCSS({ compress: true })
|
||||
}
|
||||
})
|
||||
} catch (err) {
|
||||
|
|
Loading…
Reference in a new issue