From 3e311c805ac868269cf2281c1395219b1617ea02 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 12 Aug 2020 16:42:44 -0600 Subject: [PATCH] Fix build error --- 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 cff38f5..3eec27b 100755 --- a/scripts/remove_bloat.sh +++ b/scripts/remove_bloat.sh @@ -30,7 +30,7 @@ rm -rf dist/node-bwipjs.js cd $DIR cd chart.js/dist -rm {Chart.bundle.js,Chart.css,Chart.js} +rm -rf {Chart.bundle.js,Chart.css,Chart.min.js,Chart.js} cd $DIR cd @fortawesome/fontawesome-free