Commit 2c16b315 authored by XhmikosR's avatar XhmikosR

Add the license header in the non minified build too.

parent 7950c0ff
......@@ -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)
}
}
......
Markdown is supported
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