From 890abfdaff667411a4ffb7b35aa1c36554fdc7c0 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Wed, 27 Jan 2021 16:54:13 -0800 Subject: 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. --- process_static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_static') diff --git a/process_static b/process_static index fcd7efd9..874e72fe 100755 --- a/process_static +++ b/process_static @@ -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" -- cgit v1.3.1