Show the licenses in the doc
This commit is contained in:
parent
610b6dac8e
commit
6b9f6c6e3b
7 changed files with 54 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue