From 4beda78d25b0d997a31194f1d7b8414a75888a54 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 15 Jul 2021 22:28:08 -0600 Subject: [PATCH] Add more icons --- build/scripts/remove_modules.sh | 3 ++- src/index.html | 24 ++++++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/build/scripts/remove_modules.sh b/build/scripts/remove_modules.sh index 4cce59d..0622332 100755 --- a/build/scripts/remove_modules.sh +++ b/build/scripts/remove_modules.sh @@ -8,8 +8,9 @@ cd $DIR rm -rf {@babel,@pdf-lib,@types,core-js,core-js-pure,css-line-break,dompurify,fflate,pako,performance-now,raf,regnerator-runtime,rgbcolor,stackblur-canvas,svg-pathdata,tslib,type-fest} cd @fortawesome/fontawesome-free -rm -rf {js,less,metadata,scss,sprites,svgs} +rm -rf {less,metadata,scss,sprites,svgs} find css -type f -not -name 'all.min.css' -delete +find js -type f -not -name 'all.min.js' -delete find webfonts -type f -not -name '*.woff*' -delete find . -type f -name '*.tgz' -delete # for some reason it's packaging an 18MB tarball sometimes cd $DIR diff --git a/src/index.html b/src/index.html index faf9f33..6c33f36 100644 --- a/src/index.html +++ b/src/index.html @@ -9,7 +9,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. - @@ -17,7 +16,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.