TobKra96 / music_led_strip_control

Audio visualization for LED strips in real-time with web interface on a raspberry pi.
https://tobkra96.github.io/music_led_strip_control/
MIT License
298 stars 64 forks source link

Reduce the size of the JS vendor libraries #58

Closed Teraskull closed 3 years ago

Teraskull commented 3 years ago

Right now the total size of the vendor libraries is around 100mb That's too much for a simple Bootstrap Admin Panel. We can reduce that size by removing the unnecessary src files, since we do not need to build the libraries manually. Also, I believe there are some unused libraries that can be safely removed.

Of course this should go with a lot of testing, to make sure we don't break any dependencies.

TobKra96 commented 3 years ago

Do you think, we can close this topic?

Teraskull commented 3 years ago

Sure.