I added a Content Editor Webpart to my Site Page and in the settings I set the "Content Link" to an HTML page under my SiteAssets library. The link keeps changing from '/SiteAssets/html/page.html' to '/SiteAssets/html/page.html___jb_old__'
Also, inside of my HTML file I have a link to a javascript file. The script src attribute keeps changing as well and appending ___jb_old__ to the end of the .js file
What am I doing wrong that is causing this odd behavior?
How can I stop this from happening?