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/.