xpenatan / gdx-teavm

Run Libgdx in a webbrowser with teavm
Apache License 2.0
108 stars 16 forks source link

Server running the same application regardless of changes #95

Closed 4lfg24 closed 1 year ago

4lfg24 commented 1 year ago

Ok so this is a weird one, I was running my teavm application by using the run command, after that I stopped the execution and made some changes to the files, after that I ran the application again but the server ran the application BEFORE the changes, do I need to reload the project in some way?

xpenatan commented 1 year ago

I think its browser cache. Try doing force refresh.