See if its possible to do some sort of ingest of static asset upon build and upon deploy have the binary have a way to "dump" a default version of the asset locally for local modification for stuff like say the scheme stdlib, the html, couple other assets for quick test/modify cycle, but mostly in deploy mode.
Might be better to just do it as production vs test mode, where test mode just ingest local files, and production makes everything build first (ie shake) then ingest the file for deploy.
See if its possible to do some sort of ingest of static asset upon build and upon deploy have the binary have a way to "dump" a default version of the asset locally for local modification for stuff like say the scheme stdlib, the html, couple other assets for quick test/modify cycle, but mostly in deploy mode.
Might be better to just do it as production vs test mode, where test mode just ingest local files, and production makes everything build first (ie shake) then ingest the file for deploy.