Consolidate index.html page variants #2428
Labels
😤 annoying
Something in the UI / SDK is annoying to use
🚜 refactor
Change the code, not the functionality
🕸️ web
regarding running the viewer in a browser
We currently have at least 3 different variants of index.html:
web_viewer/index.html
is the version that gets served on app.rerun.ioweb_viewer/index_bundled
is the version that gets served directly from the viewerscripts/demo_assets/templates/example.hml
is the version that gets served on the demo pageMaking functional changes to the web-app that touch the index.html involves touching all 3 of these files while tracking slight modifications.
See #2421 for motivation.
The text was updated successfully, but these errors were encountered: