From a8f63181c92b5be63c2ee95a38d4ff7dddbd998b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 23 Jan 2021 04:00:10 -0500 Subject: clean up for deployment --- process_static | 1 + 1 file changed, 1 insertion(+) (limited to 'process_static') diff --git a/process_static b/process_static index 329c994e..a657fcdf 100755 --- a/process_static +++ b/process_static @@ -7,6 +7,7 @@ export PATH="$PWD/node_modules/.bin:$PATH" rm -rf static_tmp cp -a static static_tmp +rm -rf static_tmp/js/fastboot/{.git,demo,README.md} for file in static_tmp/**/*.@(json|webmanifest); do json_reformat -m < "$file" | sponge "$file" -- cgit v1.3.1