リソースが取得できるかどうかのテストなど (#7316)
* Tests for Fetch resource * Remove unnecessary copy * Update koa-views, pug
This commit is contained in:
parent
fb60ffd319
commit
936fcfb1c7
5 changed files with 355 additions and 254 deletions
|
@ -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/'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue