2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Merge branch 'master' into pr/11536

Conflicts:
	dist/css/bootstrap.min.css
This commit is contained in:
Mark Otto
2013-11-30 23:35:56 -08:00
47 changed files with 799 additions and 842 deletions
+1 -1
View File
@@ -100,4 +100,4 @@
})
})
}(window.jQuery)
}(jQuery)
+1 -1
View File
@@ -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) {
File diff suppressed because one or more lines are too long