summaryrefslogtreecommitdiffhomepage
path: root/gulpfile.js
diff options
context:
space:
mode:
authorCamil Staps2021-09-13 11:35:26 +0200
committerCamil Staps2021-09-13 11:35:26 +0200
commitf04a92d660b2e3838a38fb2b88328cb770b33b4d (patch)
treef601ddcbb7f20246fdb33a0d172c71bc83cc2091 /gulpfile.js
parentUpdate meta description (diff)
Add conferences page
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 8fd7481..fa322d0 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -114,6 +114,8 @@ function pdf() {
function fonts() {
gulp.src('./node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands*')
.pipe(gulp.dest('./build/assets/webfonts'));
+ gulp.src('./node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid*')
+ .pipe(gulp.dest('./build/assets/webfonts'));
gulp.src('./node_modules/academicons/fonts/*')
.pipe(gulp.dest('./build/assets/fonts'));
return gulp.src('./resources/fonts/*')