From 202ae3378796cff6077b43ccc16c0891e279c401 Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Thu, 7 Dec 2023 17:09:47 +0100 Subject: [PATCH 1/5] Debug design build --- bundle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle.sh b/bundle.sh index 134bd1a7a..08b9fcec2 100755 --- a/bundle.sh +++ b/bundle.sh @@ -6,4 +6,5 @@ cp -r ./public/icons ./build/icons cp -r ./src/styles/css ./build/css cp -r ./src/styles/fonts ./build/fonts find ./src -name "*.js" -exec cp {} ./build/js \; +echo "1709" > ./build/version-debug.txt zip -r dist.zip build/ From fc628054bb95531369661c3d9069d6e4293cc59a Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Thu, 7 Dec 2023 17:14:13 +0100 Subject: [PATCH 2/5] Debug design build 1713 --- bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.sh b/bundle.sh index 08b9fcec2..2ecb9ce6d 100755 --- a/bundle.sh +++ b/bundle.sh @@ -6,5 +6,5 @@ cp -r ./public/icons ./build/icons cp -r ./src/styles/css ./build/css cp -r ./src/styles/fonts ./build/fonts find ./src -name "*.js" -exec cp {} ./build/js \; -echo "1709" > ./build/version-debug.txt +echo "1713" > ./build/version-debug.txt zip -r dist.zip build/ From 98d3fedc3c46a59b9d0abc8f07fbca9cbd916190 Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Thu, 7 Dec 2023 17:30:41 +0100 Subject: [PATCH 3/5] Debug design build 1730 --- bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.sh b/bundle.sh index 2ecb9ce6d..3349f3e2e 100755 --- a/bundle.sh +++ b/bundle.sh @@ -6,5 +6,5 @@ cp -r ./public/icons ./build/icons cp -r ./src/styles/css ./build/css cp -r ./src/styles/fonts ./build/fonts find ./src -name "*.js" -exec cp {} ./build/js \; -echo "1713" > ./build/version-debug.txt +echo "1730" > ./build/version-debug.txt zip -r dist.zip build/ From a62ed27994d2f0c9c1dc8c4b702456753a4461ad Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Thu, 7 Dec 2023 18:07:04 +0100 Subject: [PATCH 4/5] Debug design build 1806 --- bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.sh b/bundle.sh index 3349f3e2e..419d357de 100755 --- a/bundle.sh +++ b/bundle.sh @@ -6,5 +6,5 @@ cp -r ./public/icons ./build/icons cp -r ./src/styles/css ./build/css cp -r ./src/styles/fonts ./build/fonts find ./src -name "*.js" -exec cp {} ./build/js \; -echo "1730" > ./build/version-debug.txt +echo "1806" > ./build/version-debug.txt zip -r dist.zip build/ From f17304eb793667704a979d6587530e041cc16f86 Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Thu, 7 Dec 2023 18:20:57 +0100 Subject: [PATCH 5/5] Debug design build 1820 --- bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.sh b/bundle.sh index 419d357de..3a4ea7bb2 100755 --- a/bundle.sh +++ b/bundle.sh @@ -6,5 +6,5 @@ cp -r ./public/icons ./build/icons cp -r ./src/styles/css ./build/css cp -r ./src/styles/fonts ./build/fonts find ./src -name "*.js" -exec cp {} ./build/js \; -echo "1806" > ./build/version-debug.txt +echo "1820" > ./build/version-debug.txt zip -r dist.zip build/