Skip to content
Snippets Groups Projects
Verified Commit be71a0bf authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: commit save point

parent 2d1b0ced
No related branches found
No related tags found
No related merge requests found
...@@ -17,5 +17,9 @@ sed -i "1 i /** this file was created automatically by the make target test-brow ...@@ -17,5 +17,9 @@ sed -i "1 i /** this file was created automatically by the make target test-brow
npx esbuild --platform=browser --sourcemap=inline --external:jsdom --external:process --external:crypto --bundle ${TEST_PATH}web/import.js --outfile=${TEST_PATH}web/tests.js npx esbuild --platform=browser --sourcemap=inline --external:jsdom --external:process --external:crypto --bundle ${TEST_PATH}web/import.js --outfile=${TEST_PATH}web/tests.js
sed -i -E "/<h1/s_.*_ <h1 style='margin-bottom: 0.1em;'>Monster ${VERSION}</h1>_" ${TEST_PATH}web/test.html
sed -i -E "/id=\"lastupdate\"/s_.*_ <div id=\"lastupdate\" style='font-size:0.7em'>last update $(date)</div>_" ${TEST_PATH}web/test.html
sed -i -E "s_src=\"([\"]*)\.js.*\"_src=\"\1.js?r=$(date +"%T")\"_" ${TEST_PATH}web/test.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment