CCALI / a2jviewer

This is the repo for the A2J Viewer
https://www.a2jauthor.org
Other
5 stars 8 forks source link

Standalone Viewer prod launcher #155

Open mikemitchel opened 3 years ago

mikemitchel commented 3 years ago

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.

mikemitchel commented 3 years ago

https://github.com/stealjs/steal-tools/issues/672 <--- steal-sans-promises.production.js might also be worth upgrading to stealjs 2.x while fixing this issue

tobiasnteireho commented 2 years ago

it looks like the dev launcher is broken too