feat(client): Reimplement Misskey Rooms

This commit is contained in:
syuilo
2020-05-09 15:47:20 +09:00
parent 71e5892308
commit 0294061c00
149 changed files with 1672 additions and 1 deletions

View File

@ -38,7 +38,11 @@ gulp.task('build:copy:locales', cb => {
cb();
});
gulp.task('build:copy', gulp.parallel('build:copy:views', 'build:copy:locales', () =>
gulp.task('build:copy:fonts', () =>
gulp.src('./node_modules/three/examples/fonts/**/*').pipe(gulp.dest('./built/client/assets/fonts/'))
);
gulp.task('build:copy', gulp.parallel('build:copy:views', 'build:copy:locales', 'build:copy:fonts', () =>
gulp.src([
'./src/emojilist.json',
'./src/server/web/views/**/*',