-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Description
I really like the concept of having all resources bundled in a zip file, as opposed to having to embed them as base64 in the html. However, it's a bit unfortunate that the extracted output only works as zip file: when extracting the contents and opening it, all resources are broken. It'd be cool to have both. The idea is that JavaScript is only required for the single-file, and one still has a fully static archive if needed.
I don't know much about how this works internally, but for me it'd be fine if the zip archive contained a separate index_archive.html that does this job instead of having everything within a single index.html. (Or maybe swap the names, and have index_singlefile.html instead)
Metadata
Metadata
Assignees
Labels
No labels