Babylon AssetsManager Browser and CDN Cache

Hi,
When I have a js file on a production server for example “main.js” and I want to update it, I rename it to “main1.js” so that the user gets a new file instead of their browser cache version (in addition I am using a CDN).

Is the Babylon AssetsManager subject to these same conditions, so if I want to update a .babylon file that loads into a scene, I will need to rename the file in order for the user to get the new version?

As we all go through the browser network feature, the answer is yes.
You can always force the latest version by requesting “myfile.babylon?randomNumber”

Thanks