Skip to content

Commit c65ce8e

Browse files
Update build_map.sh
1 parent 0c17eb6 commit c65ce8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/build_map.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,8 @@ find deploy -mindepth 1 -print | while read -r path; do
6060
done
6161
echo -e "End Build Map\n"
6262
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

Comments
 (0)