ksumngs / yavsap

Yet Another Viral Subspecies Analysis Pipeline
https://ksumngs.github.io/yavsap
MIT License
2 stars 1 forks source link

[Feature]: Change the visualizer to use NPM modules in a more "traditional" way #26

Closed MillironX closed 2 years ago

MillironX commented 2 years ago

Summary

Trying to chase down CSS/JS files and adding custom code is annoying, bug-ridden, and hard to maintain. Switch to something more consistent by implementing https://github.com/webpack/webpack or something similar.

More Info

Possible implementation

I see this as a a several step process:

with the Node.js startup script being updated at each step to handle all of this in one command just like before.