CodeSandbox is a good online project editor, but doesn't like that we request every asset individually. Besides moving off of there, we could investigate an alternate asset loading mode where all (or some) assets are loaded from a "pack" (which would probably just be a zip file decoded in-browser).
A couple people have ran into issues with their assets suddenly not loading correctly or at all:
102
CodeSandbox is a good online project editor, but doesn't like that we request every asset individually. Besides moving off of there, we could investigate an alternate asset loading mode where all (or some) assets are loaded from a "pack" (which would probably just be a zip file decoded in-browser).
Roughly pertinent to #172; see also #133.