add merge_js.sh script
Summary
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)
Focus
Most of the work is done in misc/merge_js.sh
. It is called in the Makefile in a special make target.
Test Environment
Test locally with make
or start any linkahead docker with this branch.
Check List for the Author
-
All automated tests pass -
Reference related Issues -
Up-to-date CHANGELOG.md -
Annotations in code (Gitlab comments) - Intent of new code
- Problems with old code
- Why this implementation?
Check List for the Reviewer
-
I understand the intent of this MR -
All automated tests pass -
Up-to-date CHANGELOG.md -
The test environment setup works and the intended behavior is reproducible in the test environment -
In-code documentation and comments are up-to-date. -
Check: Are there spezifications? Are they satisfied?
For further good practices have a look at our review guidelines.
Edited by Timm Fitschen
Merge request reports
Activity
added 4 commits
-
187128f4...0d42cf84 - 3 commits from branch
f-boot-tour
- 51bc3157 - Merge branch 'f-boot-tour' into f-combine-js-files
-
187128f4...0d42cf84 - 3 commits from branch
added 3 commits
-
51bc3157...f006d97c - 2 commits from branch
f-boot-tour
- a2edb76f - Merge branch 'f-boot-tour' into f-combine-js-files
-
51bc3157...f006d97c - 2 commits from branch
added 4 commits
-
f4a43d7a...5a2abfd4 - 3 commits from branch
f-boot-tour
- c30363e5 - Merge branch 'f-boot-tour' into f-combine-js-files
-
f4a43d7a...5a2abfd4 - 3 commits from branch
mentioned in commit 48933d81
Please register or sign in to reply