If I am loading Bootstrap CSS and JS and a jQuery Library into several MODs (all within the very same project) , I wonder if I should maybe rather load those libraries inside the Head of my Document for once…
I wonder if it will be fine to load those libraries several times from within several Mods?
I might run into pageload-issues if those libraries get loaded too often?
Will Anymod take care of this and make sure the same CSS and JS Libraries will only be loaded once? Or should I take care of that myself by not loading them from within the Mods, but instead better load them via the head of my document?