Replace local web server setup for web editor with a Python-based solution

This makes it easier to set up, as you always have Python installed
when building Godot. On the other hand, you don't always have Node.js
+ npm installed (and you may not want to spend time running `npm install`).

Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com>
This commit is contained in:
Hugo Locurcio
2022-08-24 00:34:53 +02:00
parent 1371a97acf
commit 1be1b15a57
5 changed files with 57 additions and 1247 deletions

4
.gitignore vendored
View File

@@ -82,9 +82,9 @@ platform/android/java/*/libs/
# iOS
*.dSYM
# Javascript
# Web platform
*.bc
platform/javascript/node_modules/
platform/web/node_modules/
# Misc
*.debug