Commit Graph

3 Commits

Author SHA1 Message Date
TheOnlyMace
1af49879c0 refactor: Update deploy script to copy files directly to root instead of dist/ 2026-01-17 00:01:54 +01:00
TheOnlyMace
8bfc81fb12 feat: Deploy-Script für automatisches Deployment zu main
- Prüft ob auf develop Branch
- Prüft auf uncommitted changes
- Führt Build aus
- Kopiert dist/ nach main
- Committed und pusht automatisch
- Wechselt sicher zurück zu develop
2026-01-16 20:06:14 +01:00
TheOnlyMace
1d2cc945a3 feat: Build-System für Obfuscation und Minification hinzugefügt
- package.json mit Build-Dependencies
- Build-Script für JavaScript Obfuscation (javascript-obfuscator)
- CSS Minification (clean-css)
- Automatisches Kopieren der PHP-Dateien
2026-01-16 19:50:47 +01:00