diff options
| author | Zlatan Vasović <[email protected]> | 2013-11-23 18:29:27 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-11-23 18:29:27 +0100 |
| commit | dbbd49b4f80b87dd4c7068d4974711adf78df6da (patch) | |
| tree | 10091c643874d38d92ab7e9757059e18e066eacc | |
| parent | 4c246c0117ea56cb10b91b635ff415ec20d9c97d (diff) | |
| download | bootstrap-dbbd49b4f80b87dd4c7068d4974711adf78df6da.tar.xz bootstrap-dbbd49b4f80b87dd4c7068d4974711adf78df6da.zip | |
Fix #11594
| -rw-r--r-- | docs-assets/js/customizer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-assets/js/customizer.js b/docs-assets/js/customizer.js index 93555c809..addab3100 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 }) + 'bootstrap.min.css' : cw + tree.toCSS({ compress: true }).replace(/\n/g, '') } }) } catch (err) { |
