mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-18 08:38:09 +09:00
✌️
This commit is contained in:
parent
a766e43f55
commit
d83ec1798d
16
gulpfile.ts
16
gulpfile.ts
@ -173,12 +173,12 @@ gulp.task('build:client:pug', [
|
|||||||
'build:client:script',
|
'build:client:script',
|
||||||
'build:client:styles'
|
'build:client:styles'
|
||||||
], () =>
|
], () =>
|
||||||
gulp.src('./src/web/app/*/view.pug')
|
gulp.src('./src/web/app/*/view.pug')
|
||||||
.pipe(pug({
|
.pipe(pug({
|
||||||
locals: {
|
locals: {
|
||||||
version: version,
|
version: version,
|
||||||
themeColor: constants.themeColor
|
themeColor: constants.themeColor
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
.pipe(gulp.dest('./built/web/app/'))
|
.pipe(gulp.dest('./built/web/app/'))
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user