On a deploy for the standalone viewer, the production index.html is not launching the app. Possible culprit is that it needs to use steal-sans-promises.production.js as the dev edition uses steal-sans-promises.js. While looking at this bug, we should review the difference between deploying the standalone viewer via a clone of this repo vs deploying from the zipped up build we currently set as the way of self hosters to deploy the viewer. It's possible that self hosters are using the 'dev' unminified version of the viewer and losing some performance there.
On a deploy for the standalone viewer, the production index.html is not launching the app. Possible culprit is that it needs to use
steal-sans-promises.production.js
as the dev edition usessteal-sans-promises.js
. While looking at this bug, we should review the difference between deploying the standalone viewer via a clone of this repo vs deploying from the zipped up build we currently set as the way of self hosters to deploy the viewer. It's possible that self hosters are using the 'dev' unminified version of the viewer and losing some performance there.