mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
Update gulpfile.ts
This commit is contained in:
parent
ecc2b344ea
commit
8fb70fb4b7
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