diff --git a/removebloat.sh b/removebloat.sh index 4564b2b..43febc9 100755 --- a/removebloat.sh +++ b/removebloat.sh @@ -30,9 +30,14 @@ cd .. cd framework7 rm -rf components -rm -rf lazy-components rm -rf less rm -rf modules rm -rf utils +cd css +rm framework7.bundle.css framework7.bundle.rtl.css framework7.css framework7.rtl.css +cd ../js +rm framework7-lite* framework7.bundle.d.ts framework7.bundle.js framework7.d.ts framework7.js framework7.min.js framework7.min.js.map +cd .. +rm framework7* echo "Cleanup finished" \ No newline at end of file