diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-15 00:23:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-15 00:23:45 +0900 |
| commit | d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd (patch) | |
| tree | e6c027442f2cbc285391e34f927ab6d3f9eb2e1a /gulpfile.ts | |
| parent | :v: (diff) | |
| download | sharkey-d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd.tar.gz sharkey-d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd.tar.bz2 sharkey-d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd.zip | |
:v:
Diffstat (limited to 'gulpfile.ts')
| -rw-r--r-- | gulpfile.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gulpfile.ts b/gulpfile.ts index 0bc18dd7c4..6807b6d571 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -48,7 +48,7 @@ if (isDebug) { const constants = require('./src/const.json'); -require('./src/web/docs/api/endpoints/gulpfile.ts'); +require('./src/web/docs/api/gulpfile.ts'); gulp.task('build', [ 'build:js', @@ -61,7 +61,7 @@ gulp.task('build', [ gulp.task('rebuild', ['clean', 'build']); gulp.task('build:doc', [ - 'doc:endpoints', + 'doc:api', 'doc:styles' ]); |