Commit caa3d53d authored by XhmikosR's avatar XhmikosR
Browse files

customizer.js: remove a workaround for older less.js.

parent 2bc08190
Showing with 2 additions and 2 deletions
+2 -2
This diff is collapsed.
......@@ -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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment