cleaned, fix test.yaml, add exceptions and checks in .py
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user