Update gulpfile.ts

This commit is contained in:
syuilo⭐️ 2017-01-20 06:18:37 +09:00
parent 5a13a5251f
commit 8ba59cfeee
1 changed files with 1 additions and 3 deletions

View File

@ -254,9 +254,7 @@ gulp.task('build:client:pug', [
'build:client:scripts',
'build:client:styles'
], () =>
gulp.src([
'./src/web/app/*/view.pug'
])
gulp.src('./src/web/app/*/view.pug')
.pipe(pug({
locals: {
themeColor: config.themeColor