From 393121b700deed5522b00ee4f84315b706f636c0 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 17 Feb 2021 12:33:27 -0500 Subject: update fastboot.js to v1.0.5 --- process_static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_static') diff --git a/process_static b/process_static index 53120a0a..fc48b2eb 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.mjs|vendor)} +rm -rf static_tmp/js/fastboot/{!(dist),dist/!(fastboot.min.mjs|fastboot.min.mjs.map|vendor)} for file in static_tmp/**/*.@(json|webmanifest); do json_reformat -m < "$file" | sponge "$file" -- cgit v1.3.1