There was an error while loading. Please reload this page.
1 parent 1a991ac commit 43838a4Copy full SHA for 43838a4
build/js/build.js
@@ -255,6 +255,7 @@ var Builder = function() {
255
};
256
257
this.process = function(options) {
258
+ console.log("Processing Lang: " + options.lang);
259
options.lessons = options.lessons || ("webgl/lessons/" + options.lang);
260
options.toc = options.toc || ("webgl/lessons/" + options.lang + "/toc.html");
261
options.template = options.template || "build/templates/lesson.template";
0 commit comments