Upgrading Bootstrap to Latest Version
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
)Deploy all modules (before upgrade). This takes a while .. let’s grab a coffee
Replace
/sr/scss/bootstrap
with the updated bootstrap folderReplace
/sr/js/bootstrap.min.js
with the updated versionDeploy all modules to second portal… grab another coffee
Compare
/modules
page from both portalsIf everything looks the same, commit and push
Last updated