I am editing code HTML, PHP, JavaScript for a site in VS Code. After commit, I push to branch repo, then go to Jenkins and publish the branch to the staging site. The site shows the updated HTML, and the updated PHP, but the JavaScript fails to update.
Things I have tried:
Very confused.
Workflow: code --> commit --> push --> Jenkins Build
HTML - GOOD PHP - GOOD JAVASCRIPT - NOT UPDATED in browser/site ...