Skip to content

Commit

Permalink
Get rid of it
Browse files Browse the repository at this point in the history
  • Loading branch information
ccouzens committed Apr 5, 2024
1 parent eec208f commit 57bde29
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build-and-release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,25 @@ ls -- build

gsutil \
-h "Content-Type:text/plain" \
-Z \
cp \
build/*.glsl \
build/*.wgsl \
gs://maze-playground/

gsutil \
-h "Content-Type:application/wasm" \
-Z \
cp \
build/*.wasm \
gs://maze-playground/

gsutil \
-h "Content-Type:application/json" \
-Z \
cp \
build/*.js.map \
build/*.css.map \
gs://maze-playground/

gsutil \
-Z \
cp \
build/*.js \
build/*.css \
Expand Down

0 comments on commit 57bde29

Please sign in to comment.