diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-01-08 01:47:56 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-01-08 01:47:56 +0900 |
| commit | 6b9f6c6e3b2f82ea2a466614626b7bfaa6ad9286 (patch) | |
| tree | 2588ef93eb71f2b3ffad410fd871c45ac74912da /src/web/docs/gulpfile.ts | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | sharkey-6b9f6c6e3b2f82ea2a466614626b7bfaa6ad9286.tar.gz sharkey-6b9f6c6e3b2f82ea2a466614626b7bfaa6ad9286.tar.bz2 sharkey-6b9f6c6e3b2f82ea2a466614626b7bfaa6ad9286.zip | |
Show the licenses in the doc
Diffstat (limited to 'src/web/docs/gulpfile.ts')
| -rw-r--r-- | src/web/docs/gulpfile.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/docs/gulpfile.ts b/src/web/docs/gulpfile.ts index 71033e1bc7..d5ddda108d 100644 --- a/src/web/docs/gulpfile.ts +++ b/src/web/docs/gulpfile.ts @@ -23,9 +23,9 @@ gulp.task('doc', [ 'doc:styles' ]); -const commonVars = generateVars(); +gulp.task('doc:docs', async () => { + const commonVars = await generateVars(); -gulp.task('doc:docs', () => { glob('./src/web/docs/**/*.*.pug', (globErr, files) => { if (globErr) { console.error(globErr); |