From 33a8fb9cecc2a50477d741d2cfce4c9279d3b6c3 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 28 Apr 2020 12:37:13 -0600 Subject: [PATCH] fix --- 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 5865f82..6b831e0 100755 --- a/scripts/remove_bloat.sh +++ b/scripts/remove_bloat.sh @@ -46,7 +46,7 @@ rm -rf vt-pbf # Make npm stop complaining that these don't exist by actually removing them rm -rf .bin/* -cd @fortawesome/fontawesome-free +cd @fortawesome/fontawesome-pro rm -rf {js,less,metadata,scss,sprites,svgs} find css -type f -not -name 'all.min.css' -delete cd $DIR