Concatenates all js files into public/webcaosdb.dist.js
. The correct order is to be specified in the build variable MODULE_DEPENDENCIES
. All files which are not in that array will be appended randomly.
fixes #152 (closed)
Most of the work is done in misc/merge_js.sh
. It is called in the Makefile in a special make target.
Test locally with make
or start any linkahead docker with this branch.
For further good practices have a look at our review guidelines.