We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c17eb6 commit c65ce8eCopy full SHA for c65ce8e
src/build_map.sh
@@ -60,3 +60,8 @@ find deploy -mindepth 1 -print | while read -r path; do
60
done
61
echo -e "End Build Map\n"
62
echo -e "----------------\n"
63
+echo "window._just_Manifest = _just_buildManifest;" >> deploy/_just/static/$BUILD_ID/buildManifest.js
64
+# Override Deployment
65
+for html_file in deploy/*.html; do
66
+ echo "<script src=\"_just/static/$BUILD_ID/buildManifest.js\"></script>" >> "$html_file"
67
+done
0 commit comments