8
creator
7y

Moved all my configuration to json files from normal JS last night. It took me 10 mins to convert. Everything worked perfectly.
This morning I woke up with angry messages from everyone in the team. No one could run their code anymore. It took me whole day to find out that those jsons were the issue. I still don't know how though. 😥

Comments
  • 0
    maybe if you renamed the files from *.js to *.json they couldn't be found because old versions of others still referenced the js files?

    sorry, no idea how's the project organised, this is just a wild guess from a person who uses neither JS nor JSON :D
Add Comment