Skip to content

Commit

Permalink
Replace local web server setup for web editor with a Python-based sol…
Browse files Browse the repository at this point in the history
…ution

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>
  • Loading branch information
Calinou and Faless committed Oct 4, 2022
1 parent 1371a97 commit 1be1b15
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 1,247 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ platform/android/java/*/libs/
# iOS
*.dSYM

# Javascript
# Web platform
*.bc
platform/javascript/node_modules/
platform/web/node_modules/

# Misc
*.debug
Expand Down
Loading

0 comments on commit 1be1b15

Please sign in to comment.