Commit d3201233 authored by Jacob Thornton's avatar Jacob Thornton

zip js as well …

parent 89b69ed7
......@@ -1477,7 +1477,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
}
}
if (!js) {
if (js) {
var jsFolder = zip.folder('js')
for (var fileName in js) {
jsFolder.file(fileName, js[fileName])
......
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