How to create a build system for the number of JS client applications using the same infrastructure, but different combinations of parts of the framework? This would allow all client applications to receive frame updates automatically, without relying on a single distribution file containing all the features of the structure (which would be very suboptimal).
In the best case, client applications will use only certain parts (unprocessed, not minimized files) from the framework project, while when deploying the application will have only one script containing only the necessary functions of the framework. In addition, if (/ when) all this cannot be done automatically, there should be only one “makefile” that will be used for both, loading separate files during development and building one JS file for deployment.
source
share