mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-26 20:03:59 +00:00
Add the license header in the non minified build too.
This commit is contained in:
parent
7950c0ff0a
commit
2c16b3151c
1 changed files with 2 additions and 1 deletions
|
|
@ -304,11 +304,12 @@ window.onload = function () { // wait for load in a dumb way because B-0
|
||||||
.toArray()
|
.toArray()
|
||||||
.join('\n')
|
.join('\n')
|
||||||
|
|
||||||
|
preamble = cw + preamble
|
||||||
js = jqueryCheck + js
|
js = jqueryCheck + js
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'bootstrap.js': preamble + js,
|
'bootstrap.js': preamble + js,
|
||||||
'bootstrap.min.js': preamble + cw + uglify(js)
|
'bootstrap.min.js': preamble + uglify(js)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue