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 366386e commit f6ee95bCopy full SHA for f6ee95b
src/build_map.sh
@@ -28,7 +28,7 @@ mkdir -p deploy/_just/static/$BUILD_ID/
28
29
echo "const _just_buildManifest = [];" > deploy/_just/static/$BUILD_ID/buildManifest.js
30
31
-echo "Build Map:"
+echo -e "\n----------------\n\nBuild Map:\n"
32
FILE_ID=1
33
TOTAL_FILES=$(find deploy -mindepth 1 -print | wc -l)
34
find deploy -mindepth 1 -print | while read -r path; do
0 commit comments