Jille / rufs

RUFS - share files with your friends
4 stars 0 forks source link

Decrease size of builtin setup UI #13

Open sgielen opened 3 years ago

sgielen commented 3 years ago

dist.go, containing the setup UI, is currently 4.3 MB mostly transpiled Javascript and .map files. I'm sure we don't use all that. We can remove .map files and make the Javascript smaller e.g. using tree shaking, to reduce our binary size.

Jille commented 2 months ago

I've dropped the .map file with becc2b161e0b1f4e47c52195c5154e9dfe61c02c :)