There’s a build scenario I happen to run into quite frequently: I have multiple AMD modules and I want to define during build time which modules should be included in the build. That means, I want a build to be dynamic during build time, not during runtime (one could also call this a configurable build).
Read more