seed-rs / seed-quickstart

Bare essentials to start a Seed app.
https://seed-rs.org/
101 stars 28 forks source link

Fix launch script #4

Closed frozar closed 5 years ago

frozar commented 5 years ago

In this PR, I proposed a fix for the build.sh script and the serve.py script. I work under linux 16.04 (a bit old, I confess) and without these fixes, the scripts cannot work out of the box for me.

Please, don't hesitate to comment on this PR.

David-OConnor commented 5 years ago

Related: I believe a recent version of Python 3.7 (3.7.2?) http.server supports the WASM mime type without a shim, but I'm keeping the serve.py scripts around for backward compatibility, and frontend routing.