Essentially, on git commit / push, we want to walk through all existing content items and regenerate .compiled files that concatenate all the subfiles that exist in it.
This is mainly a measure for efficiency, should we need it in the future.
As an alternative, this could be just a script that is run in CI/CD pipeline on deployment to "prod".
Essentially, on git commit / push, we want to walk through all existing content items and regenerate
.compiledfiles that concatenate all the subfiles that exist in it.This is mainly a measure for efficiency, should we need it in the future.
As an alternative, this could be just a script that is run in CI/CD pipeline on deployment to "prod".