Conversation
|
Thanks @kevinjqliu I don't know too much about this process, but it seems like the release artifact Has several more files than this. Should include all of them? Also, do we need to update the corresponding css as well? Do you think we should install |
e469030 to
acc571e
Compare
|
Updated These are the only 3 bootstrap files in the repo: I found the instructions on upgrading bootstrap Lines 63 to 73 in 8c89c73 I tested this locally (had to hard-refresh browser to clear cache). The previous error disappears. |
|
This also fixes #117! The bootstrap error caused the hamburger menu to not function correctly |
alamb
left a comment
There was a problem hiding this comment.
Looks good to me -- thank you @kevinjqliu
I double checked that the sha's match
andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion-site$ curl -sSfL https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css | md5
1b1cb0e2be9a21f091a87691f20c6300
andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion-site$ curl -sSfL https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js | md5
5cc1b73e70520fa84b1846afe0ec8fb6
andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion-site$ curl -sSfL https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js.map | md5
c38a44bc4f4f4b94a2ea27c61bb8d34f
andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion-site$ md5 content/css/bootstrap.min.css content/js/bootstrap.bundle.min.js content/js/bootstrap.bundle.min.js.map
MD5 (content/css/bootstrap.min.css) = 1b1cb0e2be9a21f091a87691f20c6300
MD5 (content/js/bootstrap.bundle.min.js) = 5cc1b73e70520fa84b1846afe0ec8fb6
MD5 (content/js/bootstrap.bundle.min.js.map) = c38a44bc4f4f4b94a2ea27c61bb8d34f
|
I also verified the error is gone |

Running locally, i noticed this console error:

Upgrading bootstrap fixed the error.
Taken from bootstrap repo, tag v5.3.8:
Heres what I ran: