summaryrefslogtreecommitdiff
path: root/process_static
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2021-01-27 16:54:13 -0800
committerDaniel Micay <danielmicay@gmail.com>2021-01-27 20:24:49 -0500
commit890abfdaff667411a4ffb7b35aa1c36554fdc7c0 (patch)
tree3a38d223126992fcba4b49fe807b41d3d9e8ae56 /process_static
parent3c2c76dfdfb451ddb95f98e816a141159298df16 (diff)
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.
Diffstat (limited to 'process_static')
-rwxr-xr-xprocess_static2
1 files changed, 1 insertions, 1 deletions
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"