Commit 2c16b315 authored by XhmikosR's avatar XhmikosR
Browse files

Add the license header in the non minified build too.

parent 7950c0ff
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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)
}
}
......
Supports Markdown
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