Commit e061000
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 <david@basecamp.com>1 parent f408313 commit e061000
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments