I think this could be made simpler.
I believe the bootstrap-rubygem already injects in the assets throughs sprockets the bootstrap.min.js and SCSS files, and also the poper.js through the dependency popper_js-rubygem.
So, in terms of the JS files, all we need to do, after bundeling the bootstrap-rubygem, is import them in the application.js
Hey!
I think this could be made simpler.
I believe the bootstrap-rubygem already injects in the assets throughs sprockets the
bootstrap.min.jsand SCSS files, and also thepoper.jsthrough the dependency popper_js-rubygem.So, in terms of the JS files, all we need to do, after bundeling the bootstrap-rubygem, is import them in the
application.jsI have this working in development.
Thanks. This is simpler.