diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-27 20:38:05 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-27 20:42:55 -0500 |
| commit | 1b798c605eac3c0ad2ad1b8dd6be18079125040a (patch) | |
| tree | c71f04df1ef06f1f960d2db0748130f0179dafe0 /process_static | |
| parent | ff49f1000dae036c22c1c0f96e438097183f45ac (diff) | |
fix globs for fastboot library ignores
Diffstat (limited to 'process_static')
| -rwxr-xr-x | process_static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_static b/process_static index f9a7cbea..53120a0a 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|libs)} +rm -rf static_tmp/js/fastboot/{!(dist),dist/!(fastboot.min.mjs|vendor)} for file in static_tmp/**/*.@(json|webmanifest); do json_reformat -m < "$file" | sponge "$file" |
