mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-14 00:39:57 -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
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "jsdoc-toolkit"]
|
||||
path = jsdoc-toolkit
|
||||
url = https://github.com/paperjs/jsdoc-toolkit.git
|
||||
[submodule "jsdoc"]
|
||||
path = gulp/jsdoc
|
||||
url = https://github.com/paperjs/jsdoc.git
|
||||
|
|
1
gulp/jsdoc
Submodule
1
gulp/jsdoc
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ac3fe634b7203a7436641bd51ef92e4cced4ab10
|
|
@ -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'
|
||||
}));
|
||||
});
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
var gulp = require('gulp'),
|
||||
requireDir = require('require-dir');
|
||||
|
||||
// Require all tasks in gulp, including the task sub-folder.
|
||||
requireDir('./gulp', { recurse: true });
|
||||
requireDir('./gulp/utils');
|
||||
requireDir('./gulp/tasks');
|
||||
|
||||
gulp.task('default', ['dist']);
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 29d942966af938da861181e87ee98b6e91c92073
|
Loading…
Reference in a new issue