Update web installer for fastboot.js updates
Some of the API and paths have changed, so this needs to be updated accordingly. The most prominent change is the removal of BlobStore and downloading support from fastboot.js, because a fastboot library should not be responsible for downloading files.
This commit is contained in:
@@ -7,7 +7,7 @@ export PATH="$PWD/node_modules/.bin:$PATH"
|
||||
|
||||
rm -rf static_tmp
|
||||
cp -a static static_tmp
|
||||
rm -rf static_tmp/js/fastboot/{!(dist),dist/!(fastboot.min.js|libs)}
|
||||
rm -rf static_tmp/js/fastboot/{!(dist),dist/!(fastboot.min.mjs|libs)}
|
||||
|
||||
for file in static_tmp/**/*.@(json|webmanifest); do
|
||||
json_reformat -m < "$file" | sponge "$file"
|
||||
|
||||
Reference in New Issue
Block a user