Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Jakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Jakefile')
-rwxr-xr-xJakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jakefile b/Jakefile
index 839dd5b..4906c56 100755
--- a/Jakefile
+++ b/Jakefile
@@ -40,7 +40,7 @@ JAKE.task('docs', function(){
var path = './tools/jsdoc-toolkit';
if(FILE.exists(path)){
var cmd = 'java -jar ' + path + '/jsrun.jar ' +
- path + '/app/run.js ' + './js/karma.js ./js/ui.scoreboard.js -d=docs/ ' +
+ path + '/app/run.js ' + './js/karma.js ./js/ui.kFooter.js ./js/ui.feedback.js -d=docs/ ' +
'-t=tools/jsdoc-toolkit/templates/jsdoc/';
OS.system(cmd);
} else {