forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
34b1d0cfc7
commit
cf86a82db5
1 changed files with 8 additions and 8 deletions
16
gulpfile.ts
16
gulpfile.ts
|
@ -173,12 +173,12 @@ gulp.task('build:client:pug', [
|
|||
'build:client:script',
|
||||
'build:client:styles'
|
||||
], () =>
|
||||
gulp.src('./src/web/app/*/view.pug')
|
||||
.pipe(pug({
|
||||
locals: {
|
||||
version: version,
|
||||
themeColor: constants.themeColor
|
||||
}
|
||||
}))
|
||||
.pipe(gulp.dest('./built/web/app/'))
|
||||
gulp.src('./src/web/app/*/view.pug')
|
||||
.pipe(pug({
|
||||
locals: {
|
||||
version: version,
|
||||
themeColor: constants.themeColor
|
||||
}
|
||||
}))
|
||||
.pipe(gulp.dest('./built/web/app/'))
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue