@@ -59,7 +59,7 @@ find _just_data -mindepth 1 -print | while read -r path; do
59
59
" $first_line " != " // _just doNotModify+hide" ]]; then
60
60
echo " _just_Manifest0.push(\" $relative_path \" );" >> deploy/_just/static/$BUILD_ID /_justManifest.js
61
61
echo " \" $relative_path \" ," >> deploy/api/_just_build-manifest
62
- echo " $relative_path \n " >> deploy/api/_just_build-manifest.txt
62
+ echo " $relative_path " >> deploy/api/_just_build-manifest.txt
63
63
fi
64
64
fi
65
65
done
@@ -149,8 +149,8 @@ find deploy -mindepth 1 -print | while read -r path; do
149
149
" $first_line " != " // _just doNotModify+hide" ]]; then
150
150
buildManifestJSONString=" {\" type\" : \" $type \" , \" path\" : \" $relative_path \" , \" size\" : {\" bytes\" : $file_size , \" string\" : \" $( human_readable_size $file_size ) \" }}"
151
151
echo " _just_buildManifest0.push($buildManifestJSONString );" >> deploy/_just/static/$BUILD_ID /buildManifest.js
152
- echo " $buildManifestJSONString " >> deploy/api/build-manifest
153
- echo " ($type ) $relative_path - $( human_readable_size $file_size ) \n " >> deploy/api/build-manifest.txt
152
+ echo " $buildManifestJSONString , " >> deploy/api/build-manifest
153
+ echo " ($type ) $relative_path - $( human_readable_size $file_size ) " >> deploy/api/build-manifest.txt
154
154
fi
155
155
fi
156
156
@@ -179,5 +179,9 @@ for html_file in deploy/*.html; do
179
179
done
180
180
181
181
# Add API Endpoints
182
+ echo " {}]" >> deploy/api/build-manifest
183
+ echo " " >> deploy/api/build-manifest.txt
184
+ echo " \"\" ]" >> deploy/api/_just_build-manifest
185
+ echo " " >> deploy/api/_just_build-manifest.txt
182
186
cp deploy/api/_just_build-manifest deploy/api/_just_build-manifest.json
183
187
cp deploy/api/build-manifest deploy/api/build-manifest.json
0 commit comments