You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a separate issue #303 (comment), I floated the idea of making the html documents not-self contained to reduce download times and make the html a bit cleaner to look at.
The main issue is that using this feature requires that we make certain components (notably .css files) relative paths. We can do this, but it is a bit brittle at the moment.
The other issue is that this ends up including a bunch of font files in the lib directories, which are large and largely unnecessary!
So I am filing this as a record, and maybe for future thoughts, but not expecting this to be worked on for a while.
The text was updated successfully, but these errors were encountered:
In a separate issue #303 (comment), I floated the idea of making the html documents not-self contained to reduce download times and make the html a bit cleaner to look at.
I made some attempts in https://github.com/AlexsLemonade/refinebio-examples/tree/jashapiro/non-standalone, but I don't think they are ready to go.
The main issue is that using this feature requires that we make certain components (notably .css files) relative paths. We can do this, but it is a bit brittle at the moment.
The other issue is that this ends up including a bunch of font files in the lib directories, which are large and largely unnecessary!
So I am filing this as a record, and maybe for future thoughts, but not expecting this to be worked on for a while.
The text was updated successfully, but these errors were encountered: