make bundle self-contained #98
Labels
No labels
bug
design
duplicate
enhancement
maintenance
prospective
question
regression
stub
todo
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: StudioInfinity/dyna3#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Non-urgent, but at some point we want to be able to ship a deployable bundle that includes all of the bytes needed to run (i.e. does not direct the visitor's browser to obtain a dependence from a third-party CDN). I mean, it might be fine to have two options (use CDNs as much as possible vs. don't use them at all), but we definitely want the latter so that it can be used offline locally, so that we can measure the total size of everthing that's needed, etc.