Hi,
I would like to detatch the Bootstrap CSS and JS file so I can load it with Vite but nowhere in the JS files I can find the bundle.
I'm using the HTML version. Can someone tell me how?
Hi,
For the HTML version, we use gulp to build the assets. You can find the bootstrap path in this gulp config;/html/tools/gulp.config.js
Find for this path;bootstrap/dist/js/bootstrap.min.js
Thanks