From 5eaa6ec2c9706e10283821b41c48bb5d2ad32564 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 11 May 2021 20:46:02 +0200 Subject: [PATCH] DOC: more dosc in misc/merge_js.sh --- misc/merge_js.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/misc/merge_js.sh b/misc/merge_js.sh index a96f27b7..375529fe 100755 --- a/misc/merge_js.sh +++ b/misc/merge_js.sh @@ -22,6 +22,15 @@ # ** end header # This file can be used to merge js files together. +# +# call: `./merge_js.sh [JS_FILE]*` +# where the JS_FILE are the files which will be merged into the resulting +# `public/webcaosdb.dist.js` in the order they appear in the command line +# call. See `Makefile` for an example. +# +# All other files in `public/js` are appended to the resulting file in no +# particular order. + CORE_MODULES=$@ SOURCE_DIR=public/js/ -- GitLab