From 5313fe1a27d1d8a8201e5f06d05b5b49992f75be Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Sat, 9 May 2026 01:26:14 +0200 Subject: [PATCH] update --- TODO | 2 -- bundle.py | 2 +- favicon.ico | 1 - index.html | 1 + js/app.js | 14 +++++++++++--- nginx_config.example | 26 +++++++++++++++++++------- 6 files changed, 32 insertions(+), 14 deletions(-) delete mode 120000 favicon.ico diff --git a/TODO b/TODO index fd12ebe..f49a584 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -Smartphone issue --> Play button fails (seekGame à corriger) - Hmm... non ? --> Otage, Emergo, Pacosako : fonction "buildPiece(arg1, arg2)" returns HTML element with 2 SVG or SVG + number ==> plus simple : deux classes, images superposées. diff --git a/bundle.py b/bundle.py index f703443..0b3b451 100755 --- a/bundle.py +++ b/bundle.py @@ -9,7 +9,7 @@ import re # --- Configuration --- SOURCE_DIR = "." DEST_DIR = "dist" -EXTENSIONS_TO_HASH = [".html", ".js", ".css", ".svg"] #all edited files +EXTENSIONS_TO_HASH = [".html", ".js", ".css", ".svg", ".ico", ".png", ".jpg"] EXTENSIONS_TO_UPDATE = [".html", ".js", ".css"] #.svg don't contain refs DYNAMIC_LOAD_EXTENSIONS = (".html", ".js", ".css") #loaded from app.js diff --git a/favicon.ico b/favicon.ico deleted file mode 120000 index f6ff788..0000000 --- a/favicon.ico +++ /dev/null @@ -1 +0,0 @@ -assets/favicon.ico \ No newline at end of file diff --git a/index.html b/index.html index 5b4c35f..e5e3ded 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ content="width=device-width, initial-scale=1"/> +