https://htmx.org logo
To answer your question, I don't bother any more w...
# 🔥-django-htmx
b
To answer your question, I don't bother any more with only a dozen or so files. If you've got loads you might want to experiment with something like webpack that can also do tree shaking to remove dead code and bundle splitting so it's not bundled into 1 huge file. I've never set that up though, it's always been done by more frontend-y devs, my grug brain just slaps some script tags in and calls it a day