diff options
| author | XhmikosR <[email protected]> | 2014-03-28 20:11:23 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-04-09 10:15:02 +0300 |
| commit | 2c16b3151c3054381c97e9f9e7ab7dea3dcdbefd (patch) | |
| tree | 0e54c81d977dac18603dfa78ba17346702a27677 | |
| parent | 7950c0ff0ae216fbcb7f24f3fd93eae34ba6b4a6 (diff) | |
| download | bootstrap-2c16b3151c3054381c97e9f9e7ab7dea3dcdbefd.tar.xz bootstrap-2c16b3151c3054381c97e9f9e7ab7dea3dcdbefd.zip | |
Add the license header in the non minified build too.
| -rw-r--r-- | docs/assets/js/_src/customizer.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/js/_src/customizer.js b/docs/assets/js/_src/customizer.js index 5494aa527..033e1c9c9 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) } } |
