Source mapping and debugging

This commit is contained in:
Adsooi 2024-09-25 19:18:04 +02:00
parent 937cb07d0b
commit f9af0c34dd
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
12 changed files with 2313 additions and 20 deletions

1
run.py
View file

@ -21,6 +21,7 @@ def update_translations():
"""
from os import system, getcwd, chdir, path
pwd = getcwd()
system("npm run build")
chdir(path.join("LogarithmPlotter", "i18n"))
system("./release.sh")
chdir(pwd)