Fix bug
This commit is contained in:
parent
c72a07187a
commit
a7e5b64a3d
1 changed files with 1 additions and 2 deletions
|
@ -148,10 +148,9 @@ gulp.task('build:client:pug', [
|
|||
'build:client:script',
|
||||
'build:client:styles'
|
||||
], () =>
|
||||
gulp.src('./src/web/app/*/view.pug')
|
||||
gulp.src('./src/web/app/base.pug')
|
||||
.pipe(pug({
|
||||
locals: {
|
||||
version: version,
|
||||
themeColor: constants.themeColor
|
||||
}
|
||||
}))
|
||||
|
|
Loading…
Reference in a new issue