Here's a quick step by step guide on how to update Bootstrap to the latest version:
Create two test portals (before upgrade / after upgrade)
Create a module group listing all current modules (ls -1 *.json)
ls -1 *.json
Deploy all modules (before upgrade). This takes a while .. let’s grab a coffee
Replace /sr/scss/bootstrap with the updated bootstrap folder
/sr/scss/bootstrap
Replace /sr/js/bootstrap.min.js with the updated version
/sr/js/bootstrap.min.js
Deploy all modules to second portal… grab another coffee
Compare /modules page from both portals
/modules
If everything looks the same, commit and push
Last updated 6 years ago