mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-30 07:39:50 -04:00
Move jsdoc-toolkit submodule to gulp/jsdoc
This commit is contained in:
parent
fb9bdb4b39
commit
79a6915a7e
5 changed files with 7 additions and 7 deletions
gulp/tasks
|
@ -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'
|
||||
}));
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue