Skip to content

Commit e348df9

Browse files
committed
Remove support for MINIFY_HTML
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
1 parent 9d9437f commit e348df9

17 files changed

+67
-352
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ See docs/process.md for more on how version tagging works.
2424
is only useful under very specific circumstances, and has some downsides, so
2525
disabling it by default makes sense. (#22257)
2626
- Add WebP (`.webp`) decoding support in file preloading. (#22282)
27+
- The `MINIFY_HTML` settings, along with the internal use of terser to minify
28+
html output was removed. Folks who want to run terser of their html can
29+
continue to do so via an explict separate build step. (#22297)
2730

2831
3.1.64 - 07/22/24
2932
-----------------------

0 commit comments

Comments
 (0)