forked from FoundKeyGang/FoundKey
Update gulpfile.ts
This commit is contained in:
parent
5a13a5251f
commit
8ba59cfeee
1 changed files with 1 additions and 3 deletions
|
@ -254,9 +254,7 @@ gulp.task('build:client:pug', [
|
|||
'build:client:scripts',
|
||||
'build:client:styles'
|
||||
], () =>
|
||||
gulp.src([
|
||||
'./src/web/app/*/view.pug'
|
||||
])
|
||||
gulp.src('./src/web/app/*/view.pug')
|
||||
.pipe(pug({
|
||||
locals: {
|
||||
themeColor: config.themeColor
|
||||
|
|
Loading…
Reference in a new issue