From 1510116083527ec58000f8768bd61e4c815e4a64 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 29 Oct 2024 14:54:19 +0100 Subject: [PATCH] build(Makefile): add fontawesome-source json as icons dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 718cd320a..33937362f 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ package-lock.json: package.json assets: assets/favicons assets/icons; assets/favicons: ./utils/faviconize.pl assets/favicon.svg long assets/favicons -assets/icons: node_modules +assets/icons: node_modules utils/rename-fa.json ./utils/renamer.pl node_modules/@fortawesome/fontawesome-free/svgs/solid utils/rename-fa.json assets/icons/fradrive ./utils/renamer.pl node_modules/@fortawesome/fontawesome-free/svgs/regular utils/rename-fa.json assets/icons/fradrive