moby / mobywebsite

website for the moby project
https://mobyproject.org
Apache License 2.0
31 stars 49 forks source link

Update jquery and bootstrap #63

Closed sam-thibault closed 1 year ago

sam-thibault commented 1 year ago

Update jquery to 3.6.1 Update bootstrap to 4.6.1 Use cdn instead of vendor/ file.

note: navbar-expand-md is needed to fix difference in bootstrap when updating to 4.6.1 from 4.0.0-alpha.6

thaJeztah commented 1 year ago

I wonder if we should time performance between these external versions and "vendoring"; in the past (but looooong ago)I had bad experiences with some of these, as they were adding additional cookies (for tracking usage), but also were blocked by some (having all assets on the domain of the website at least would help with the "blocking" part, but also potentially unwanted tracking cookies).

crazy-max commented 1 year ago

@thaJeztah This is useful when using a frontend like Cloudfront but with GitHub pages it sounds better to use CDNs.