We are releasing a test rig using the Web UI to a manufacturing facility and the is no guarantee of an internet connection for the PC accessing the webui.
And sure enough, testing this scenario reveals an external javascript dependency:
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/sockjs-client/1.1.4/sockjs.min.js"></script> |
Any recommended methods around this?
We are releasing a test rig using the Web UI to a manufacturing facility and the is no guarantee of an internet connection for the PC accessing the webui.
And sure enough, testing this scenario reveals an external javascript dependency:
openhtf/openhtf/output/web_gui/dist/index.html
Line 21 in 4706af6
Any recommended methods around this?