I have a javascript file obfuscated, it runs correctly when put on the server, bur after 1~2 days, it fails.
Check the console it shows:
main.js:1 Uncaught SyntaxError: Unexpected token '<'
What did I do wrong? By the way, I use php to call this javascript with random version, so there shouldn't be cache issue.