feat: add label random and animations to web interface
This commit is contained in:
@@ -7,7 +7,7 @@ from pathlib import Path
|
||||
|
||||
ROOT = Path(env.subst("$PROJECT_DIR"))
|
||||
DATA = ROOT / "data"
|
||||
ASSETS = ("index.html", "styles.css", "app.js", "ship-sprite.svg")
|
||||
ASSETS = ("index.html", "styles.css", "app.js", "target_interaction.js", "ship-sprite.svg")
|
||||
|
||||
|
||||
def minify_html(source):
|
||||
|
||||
Reference in New Issue
Block a user