Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2013-12-04 01:31:47 +0400
committerChris Rebert <code@rebertia.com>2013-12-04 01:31:47 +0400
commit2d4ee18162e4922c7cffbf0d71a7ec7fb303d2a1 (patch)
tree80e6821a0bd6ee90b4117ee236503f38b7007517 /docs-assets
parent018a1d535b5b7310e31ba007769ca8a46fcd2f4a (diff)
add comment regarding #11598
Diffstat (limited to 'docs-assets')
-rw-r--r--docs-assets/js/customizer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-assets/js/customizer.js b/docs-assets/js/customizer.js
index 0534e15e0f..2c02473471 100644
--- a/docs-assets/js/customizer.js
+++ b/docs-assets/js/customizer.js
@@ -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) {