You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a couple minor issues with bootstrap: (#160)
1. The `bootstrap.min.js` doesn't include all the dependencies, and
consequently does not work out of the box. Adding `@popperjs/core`
isn't straightforward.
1. The asset path to the bootstrap/dist/js directory is added twice.
While it does not seem to negatively impact things - it's cleaner to
ensure it's done once.
Co-authored-by: David Heinemeier Hansson <[email protected]>
0 commit comments