diff --git a/gulpfile.ts b/gulpfile.ts index 53d627066..6eae7c932 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -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 } }))