From ae59d14f14bd027b2bb24c8fc8aa7cbc2ac9561d Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Wed, 10 Aug 2022 14:41:24 +0200
Subject: [PATCH] chore: commit save point

---
 {documentation => deployment/web}/vendor/prism-coy.css | 0
 {documentation => deployment/web}/vendor/prism.js      | 0
 development/makefiles/project.mk                       | 1 +
 3 files changed, 1 insertion(+)
 rename {documentation => deployment/web}/vendor/prism-coy.css (100%)
 rename {documentation => deployment/web}/vendor/prism.js (100%)

diff --git a/documentation/vendor/prism-coy.css b/deployment/web/vendor/prism-coy.css
similarity index 100%
rename from documentation/vendor/prism-coy.css
rename to deployment/web/vendor/prism-coy.css
diff --git a/documentation/vendor/prism.js b/deployment/web/vendor/prism.js
similarity index 100%
rename from documentation/vendor/prism.js
rename to deployment/web/vendor/prism.js
diff --git a/development/makefiles/project.mk b/development/makefiles/project.mk
index 8f5b00ae7..782be5e17 100644
--- a/development/makefiles/project.mk
+++ b/development/makefiles/project.mk
@@ -34,5 +34,6 @@ test-browser-monster: create-polyfill-monster
 web-to-s3:
 	$(ECHOMARKER) "transfer web to s3"
 	$(QUIET) $(AWS) s3 --recursive --only-show-errors cp $(DEPLOYMENT_PATH)web/assets/ s3://monsterjs.org/assets/
+	$(QUIET) $(AWS) s3 --recursive --only-show-errors cp $(DEPLOYMENT_PATH)web/vendor/ s3://monsterjs.org/vendor/
 	$(QUIET) $(AWS) s3 --only-show-errors cp $(DEPLOYMENT_PATH)web/index.html s3://monsterjs.org/index.html
 	$(QUIET) $(AWS) s3 --only-show-errors cp $(DEPLOYMENT_PATH)web/error.html s3://monsterjs.org/error.html
-- 
GitLab