jup-ag / terminal

Jupiter Terminal is an open-sourced, lite version of Jupiter that provides end-to-end swap flow by linking it in your HTML.
https://terminal.jup.ag
70 stars 34 forks source link

Deleted 716MB of Unused Old Compiled Trash Code #79

Open thedotmack opened 2 weeks ago

thedotmack commented 2 weeks ago

This public folder has every compiled tailwind js McEverythingBurger deluxe, and there's no reason for it to be here. Maybe it should have been .gitignore(d) and maybe the build process needs fixing, or it could just be terrible long term maintenance of the repo. In any event, here be deletions.

vercel[bot] commented 2 weeks ago

Someone is attempting to deploy a commit to the wowcats Team on Vercel.

A member of the Team first needs to authorize it.

thedotmack commented 2 weeks ago

I did not mean to "deploy" the script did that, but would like someone on the team to review if possible. Thanks!

worlddlckgh commented 1 week ago

Unfortunately this McEverythingBurger deluxe 😅 is the source. We run a CF in front of this, and we are required to maintain them, so it doesn't break any existing partner.

.gitignore could work, or we could migrate to something else.

thedotmack commented 1 week ago

if adding it to .gitignore works, then do that – they don't need to be built in the repo, do they?

worlddlckgh commented 1 week ago

if adding it to .gitignore works, then do that – they don't need to be built in the repo, do they?

we're using NextJS, and the public folder to serve these contents then cloudflare in front. so they will have to exist in the repo