summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-01-24 14:49:29 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-01-24 14:49:29 +0900
commitda274cd458c7a19507b9713b9063a5ce6d377674 (patch)
tree3e359567c4b4d0f46c3d6ada53bce93c0db1efe1 /gulpfile.js
parent:art: (diff)
downloadmisskey-da274cd458c7a19507b9713b9063a5ce6d377674.tar.gz
misskey-da274cd458c7a19507b9713b9063a5ce6d377674.tar.bz2
misskey-da274cd458c7a19507b9713b9063a5ce6d377674.zip
update deps
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index d567e8bf6c..a04ab4c1ad 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -20,7 +20,7 @@ gulp.task('copy:frontend:fonts', () =>
);
gulp.task('copy:frontend:tabler-icons', () =>
- gulp.src('./packages/frontend/node_modules/@tabler/icons/iconfont/**/*').pipe(gulp.dest('./built/_frontend_dist_/tabler-icons/'))
+ gulp.src('./packages/frontend/node_modules/@tabler/icons-webfont/**/*').pipe(gulp.dest('./built/_frontend_dist_/tabler-icons/'))
);
gulp.task('copy:frontend:locales', cb => {