bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 351 forks source link

Fix assets in the demo app #678

Closed lcreid closed 1 year ago

lcreid commented 1 year ago

The demo app was not working the way it should have: It was not actually using any local assets, and was just using stock Bootstrap from CDN. This meant we weren't able to try things like customizing Bootstrap in the demo app. It also wasn't properly including our local application.scss file.

It turned out to be a long adventure to fix this, which ended up including: