I am currently using Bootstrap, but I am looking to decrease the size of the Javascript files being used. My main requirements are dropdown/collapse and occasionally carousel functionalities, so I only want to include those specific scripts.
Within the "dist" folder, I have noticed that each script is available individually. I attempted to include them using the -SCRIPT- tag, but it resulted in multiple errors being displayed in the console and not functioning properly.
Could there be additional scripts required for proper functionality, or is the JS in the dist folder simply not compatible with my needs?
Please excuse me as my understanding of JS is limited, and English is not my first language.
In summary, how can I include only the necessary JS components into Bootstrap5 without the use of NPM or any other bundler/packager/installer on Windows?
I find it surprising that there isn't a dedicated website specifically for configuring the JS components within Bootstrap. Despite extensive research, I have been unable to find any relevant information pertaining to my query.