From 8d2ce11daf87267091ffec971cd46d16937cc69c Mon Sep 17 00:00:00 2001 From: pdp8 Date: Thu, 25 Aug 2022 19:48:19 +0200 Subject: fork-awesome removed --- snippets/Fork-Awesome-1.2.0/src/icons/Makefile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 snippets/Fork-Awesome-1.2.0/src/icons/Makefile (limited to 'snippets/Fork-Awesome-1.2.0/src/icons/Makefile') diff --git a/snippets/Fork-Awesome-1.2.0/src/icons/Makefile b/snippets/Fork-Awesome-1.2.0/src/icons/Makefile deleted file mode 100644 index e4b41ec..0000000 --- a/snippets/Fork-Awesome-1.2.0/src/icons/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -FA_ROOT_FONTS_DIR = ../../fonts -FA_FONTCUSTOM_OUTPUT_DIR = ./forkawesome - -build: - @echo "Cleaning up SVG files..." - npx svgo --quiet --pretty --config=svgo_config.json --folder=svg - - @echo "Compiling Icons into a ForkAwesome fonts..." - bundle exec fontcustom compile - - @echo "Copying builds to root folder (package release)..." - cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.eot ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.eot - cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.svg ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.svg - cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.ttf ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.ttf - cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.woff ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.woff - cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.woff2 ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.woff2 - - @echo "done." - -default: - build - -.PHONY: build -- cgit v1.2.3