flexx
flexx copied to clipboard
Support export to MHTML
Flexx now supports:
- exporting to single HTML file (does not work when assets like images are needed)
- exporting to HTML using +
app.assets.export(dirname)to place all assets (also JS and CSS) in a directory.
We could include the option to export to MHTML, an archive format to store a web page including its resources. IE is supported, I think Chrome is too. Firefox needs an extension.