You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing twee code for a twine game, compiling using twee, then using five server to run it live.
When compiling and running on five server, a "no-js" tag is added to the html only when running it live. The html file that is compiled does not include this. As a result the game doesn't run.
If I do the same with live server (not five), this doesn't happen.
The text was updated successfully, but these errors were encountered:
The page starts with and no javascript is rendered. I think it's a browser check that adds it in, even though my browsers support javascript and it's allowed.
I am writing twee code for a twine game, compiling using twee, then using five server to run it live.
When compiling and running on five server, a "no-js" tag is added to the html only when running it live. The html file that is compiled does not include this. As a result the game doesn't run.
If I do the same with live server (not five), this doesn't happen.
The text was updated successfully, but these errors were encountered: