From 1be1b15a57eb74d3c8d56683e6a221fd4712915c Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 24 Aug 2022 00:34:53 +0200 Subject: 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 --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 539003ca6b..1a83e4707e 100644 --- a/.gitignore +++ b/.gitignore @@ -82,9 +82,9 @@ platform/android/java/*/libs/ # iOS *.dSYM -# Javascript +# Web platform *.bc -platform/javascript/node_modules/ +platform/web/node_modules/ # Misc *.debug -- cgit v1.2.3