diff options
| author | Mark Otto <[email protected]> | 2013-12-11 10:52:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-11 10:52:55 -0800 |
| commit | 9966d035cd35c510369286cbb645340bdd6ffc95 (patch) | |
| tree | 7404e8ac76a8cadc89cf40e9b8ce5ffd0520abf3 /docs-assets/js/customizer.js | |
| parent | a3a2525124cacae7c94a9280066cbe6eb6524059 (diff) | |
| parent | bdd0890c0f076f6f3c008de2884e53d581f142d1 (diff) | |
| download | bootstrap-9966d035cd35c510369286cbb645340bdd6ffc95.tar.xz bootstrap-9966d035cd35c510369286cbb645340bdd6ffc95.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs-assets/js/customizer.js')
| -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 cfc7010b0..b6e78bd2b 100644 --- a/docs-assets/js/customizer.js +++ b/docs-assets/js/customizer.js @@ -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) { |
