Show the licenses in the doc

This commit is contained in:
syuilo 2018-01-08 01:47:56 +09:00
parent 610b6dac8e
commit 6b9f6c6e3b
7 changed files with 54 additions and 7 deletions

View file

@ -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);