From a7e5b64a3db66f4c938d3cf3d6d9c551e3af0d9b Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 18 May 2017 05:12:31 +0900 Subject: [PATCH] Fix bug --- gulpfile.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } }))