mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Fix bug
This commit is contained in:
parent
919f623b09
commit
f2f859f78d
@ -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 New Issue
Block a user