Fixes, theming & deploy files

This commit is contained in:
Thomas
2020-08-01 18:19:39 +02:00
parent 76c6b45e2b
commit 1990ff0f04
23 changed files with 552 additions and 403 deletions

8
buildJar.sh Normal file
View File

@@ -0,0 +1,8 @@
cd client
npm run build
cp -r dist/* ../server/src/main/resources/public
cd ../server
mvn package
cp target/cloud32-0.0.1-SNAPSHOT.jar ../cloud32.jar
rm -rf ../client/dist
rm -rf src/main/resources/public/*