cleaned, fix test.yaml, add exceptions and checks in .py

This commit is contained in:
MLH
2024-12-10 01:00:50 +01:00
parent c11fd92123
commit 987144fc0c
10 changed files with 66 additions and 1769 deletions

View File

@ -5,7 +5,7 @@ destination_directory: './web'
copy_rules:
- sources:
- source: './img/icon-transparent.png'
target: './assets/img/icon-transparent.png'
target: 'assets/img/icon-transparent.png'
mode: 'replace' # Überschreibt vorhandene Dateien/Ordner
@ -13,7 +13,7 @@ copy_rules:
- './ui' # Gesamter Ordner/Datei wird in destination_directory kopiert
- source: './img/background.png'
target: './assets/img/background.png'
target: 'assets/img/background.png'
mode: 'copy' # Kopiert Dateien/Ordner
# Modifikationsregeln