-
Notifications
You must be signed in to change notification settings - Fork 1
Build Instructions
When commit to master update version of each lib, build libs for prod, and publish all libs to github under new version.
Automate version update prior to commit using pre-commit hook.
Build libs for prod
Publish libs to github.
Post commit hook to kick off druid apps update using new published libs, maybe…
Shell druid app like ipe.
Rebuild entire site as pre-rendered angular app.
This will need to include micro-frontends / extensions so that shared druid core libs match. Otherwise all the micro-frontends / extensions will need to be modified manually which could become tedious and error prone.
Rebuild specific subset of pre-rendered pages.
Pages that introduce new extensions will need to have the micros / extensions shared druid core libs updated to match versions like with the site build.