fixes
This commit is contained in:
@@ -4,14 +4,32 @@ destination_directory: './target_directory'
|
||||
# Kopierregeln
|
||||
copy_rules:
|
||||
- sources:
|
||||
- './source_folder' # Gesamter Ordner
|
||||
- './specific_file.txt' # Einzelne Datei
|
||||
- './source_directory/*.js' # Alle JS-Dateien
|
||||
- source: './img/icon-transparent.png'
|
||||
target: './assets/img/icon-transparent.png'
|
||||
- source: './img/banner-light.png'
|
||||
target: './assets/img/banner-light.png'
|
||||
- source: './img/banner-dark.png'
|
||||
target: './assets/img/banner-dark.png'
|
||||
|
||||
- source: './img/bc8d51405ec040305a87.ico'
|
||||
target: './bc8d51405ec040305a87.ico'
|
||||
- source: './img/favicon.ico'
|
||||
target: './favicon.ico'
|
||||
|
||||
mode: 'replace' # Überschreibt vorhandene Dateien/Ordner
|
||||
|
||||
|
||||
|
||||
- sources:
|
||||
- './seasonal'
|
||||
- './img/background.png'
|
||||
- './source_directory/*.js' # Alle JS-Dateien
|
||||
- './ui'
|
||||
|
||||
- source: './img/background.png'
|
||||
target: './assets/img/background.png'
|
||||
- source: './img/favicon.png'
|
||||
target: './assets/img/favicon.png'
|
||||
- source: './img/logo.png'
|
||||
target: './assets/img/logo.png'
|
||||
mode: 'copy' # Kopiert Dateien/Ordner
|
||||
|
||||
# Modifikationsregeln
|
||||
@@ -24,6 +42,11 @@ modification_rules:
|
||||
# Instancename, Jellyseer I-Frame
|
||||
- file_pattern: 'index.html'
|
||||
insert_rules:
|
||||
# Seasonals
|
||||
#MARK: NEED MODIFIKATION
|
||||
- before_text: '</body>'
|
||||
insert_text: '<div class="seasonals-container"></div><script src="seasonals.js"></script><link rel="stylesheet" href="seasonals.css">'
|
||||
|
||||
# Page title and requests tab
|
||||
- before_text: '<link href=".*" rel="stylesheet">'
|
||||
insert_text: >
|
||||
|
Reference in New Issue
Block a user