リソースが取得できるかどうかのテストなど (#7316)

* Tests for Fetch resource

* Remove unnecessary copy

* Update koa-views, pug
This commit is contained in:
MeiMei 2021-03-12 23:10:15 +09:00 committed by GitHub
parent fb60ffd319
commit 936fcfb1c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 355 additions and 254 deletions

View file

@ -64,7 +64,6 @@ gulp.task('build:client:style', () => {
gulp.task('build:copy', gulp.parallel('build:copy:locales', 'build:copy:views', 'build:client:script', 'build:client:style', 'build:copy:fonts', () =>
gulp.src([
'./src/emojilist.json',
'./src/server/web/views/**/*',
'./src/**/assets/**/*',
'!./src/client/assets/**/*'
]).pipe(gulp.dest('./built/'))