From: XhmikosR Date: Fri, 28 Mar 2014 18:11:23 +0000 (+0200) Subject: Add the license header in the non minified build too. X-Git-Tag: v3.2.0~237^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c16b3151c3054381c97e9f9e7ab7dea3dcdbefd;p=thirdparty%2Fbootstrap.git Add the license header in the non minified build too. --- diff --git a/docs/assets/js/_src/customizer.js b/docs/assets/js/_src/customizer.js index 5494aa5270..033e1c9c91 100644 --- a/docs/assets/js/_src/customizer.js +++ b/docs/assets/js/_src/customizer.js @@ -304,11 +304,12 @@ window.onload = function () { // wait for load in a dumb way because B-0 .toArray() .join('\n') + preamble = cw + preamble js = jqueryCheck + js return { 'bootstrap.js': preamble + js, - 'bootstrap.min.js': preamble + cw + uglify(js) + 'bootstrap.min.js': preamble + uglify(js) } }