Move jsdoc-toolkit submodule to gulp/jsdoc

This commit is contained in:
Jürg Lehni 2016-01-23 19:23:43 +01:00
parent fb9bdb4b39
commit 79a6915a7e
5 changed files with 7 additions and 7 deletions
gulp/tasks

View file

@ -24,7 +24,7 @@ Object.keys(docOptions).forEach(function(name) {
'java -cp jsrun.jar:lib/* JsRun app/run.js -c=conf/' + name + '.conf ' +
'-D="renderMode:' + docOptions[name] + '"',
], {
cwd: 'jsdoc-toolkit'
cwd: 'gulp/jsdoc'
}));
});