> Also, The client's CMS is blocking .json files. All I should have to do is delete the reference to appmanifest.json in the index.html for that, correct?
>
It shouldn't cause any problems if appmanifest.json fails to load. Still, .json is a common web format and it might break other things if they block it...
I re-exported the project in C3 r59, and it is now working fine in both minified and un-minified form. I don't know exactly why, but here is what I saw:
r42 - Exported project worked fine in all browsers.
r51 - Exported project worked fine in Safari, Edge, and Firefox, but failed to load (blank screen) in Chrome.
r59 - Exported project worked fine in all browsers.
It could have been either a C3 problem, something going wonky with the export, or a problem on CMS import, but I haven't been able to reproduce the problem, and it only exists after the client uploads it to their CMS.
I'm not going to worry about it now that things seem to be working fine.
I'm so sorry to trouble you about this, and I really do appreciate the hard work you guys are putting in. Thank you again!