Code Update not working?

Hi!

On one of my projects, when I edit the code, it does not seem to be updating — it seems to be stuck on a previous version of my code. On other projects, updating is working tho.

status.glitch.com does not show any errors — could it be something with my project in particular?

Here is the file that I am trying to edit:

Thanks!

dennis.

Also, when I update anything in the project — it does not seem to recompile…

Sorry for the problems. Can you try making an edit to package.json - just removing and re-adding a comma will do it. That should force it to rebuild.

Hmm… I tried that, and it didn’t force it to rebuild…

Hmm, another thing to try is running the command ‘refresh’ from the console - under advanced from the top-left project info menu.

Aha!! That worked! Thanks thanks thanks!!