From 0a312230f1bdc43cabbbf3cf9f76b26b324f4271 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 10 Oct 2020 21:48:30 -0600 Subject: [PATCH] Remove .eot, .ttf, and .svg FontAwesome files --- scripts/remove_bloat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove_bloat.sh b/scripts/remove_bloat.sh index 6f367ea..944b299 100755 --- a/scripts/remove_bloat.sh +++ b/scripts/remove_bloat.sh @@ -18,6 +18,7 @@ cd $DIR cd @fortawesome/fontawesome-pro rm -rf {js,less,metadata,scss,sprites,svgs} find css -type f -not -name 'all.min.css' -delete +find webfonts -type f -not -name '*.woff*' -delete cd $DIR cd @zxing/library @@ -41,7 +42,6 @@ rm -f framework7.* rm -f framework7-lite.* find css -type f -not -name 'framework7.bundle.min.css' -delete find js -type f -not -name 'framework7.bundle.min.js' -delete -find webfonts -type f -not -name '*.woff*' -delete cd $DIR cd jquery