-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dev: Replace Node.js-based http server by Python-based http server
Remove the dependency on Node.js and npm (as well as the npm package `http-server`) in favor of using a Python one-liner to use as an HTTP server for the ades web-app during development. This reduces the number of direct dependencies, removes the need for a registry dependency (reducing the relience of Dependabot), and arguably makes contributing easier as Python seems to be more commonly used across language ecosystems than Node.js is (though from the provided dev-env experience, nothing much changes). Signed-off-by: Eric Cornelissen <ericornelissen@gmail.com>
- Loading branch information
1 parent
1069fd8
commit cc12e5d
Showing
7 changed files
with
2 additions
and
577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.