mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 05:50:23 +00:00
add comment regarding #11598
This commit is contained in:
parent
018a1d535b
commit
2d4ee18162
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 }).replace(/\n/g, '')
|
||||
'bootstrap.min.css' : cw + tree.toCSS({ compress: true }).replace(/\n/g, '') // FIXME: remove newline hack once less.js upgraded to v1.4
|
||||
}
|
||||
})
|
||||
} catch (err) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue