Skip to content

Commit

Permalink
Fix #11594
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlatan Vasović committed Nov 23, 2013
1 parent 4c246c0 commit dbbd49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-assets/js/customizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit dbbd49b

Please sign in to comment.