emscripten icon indicating copy to clipboard operation
emscripten copied to clipboard

Remove support for MINIFY_HTML

Open sbc100 opened this issue 1 year ago • 8 comments

This setting has been causing some problems (see #22188) so I think we should just remove it.

My understanding is that most users of emscripten use it to generate JS and not html. Going forward I'm tempted to also remove the --shell-file command line flag since I'm not sure there any many compelling use cases for a custom shell html. While html generation is certainly useful for quick testing and examples, its not really something web sites are likely to use in production since they will likely have their own existing flow for build html.

Fixes: #22188

sbc100 avatar Jul 31 '24 12:07 sbc100