Skip to content

Commit 4697791

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 87ef02c commit 4697791

17 files changed

+67
-351
lines changed

ChangeLog.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ See docs/process.md for more on how version tagging works.
2020

2121
3.1.65 (in development)
2222
-----------------------
23+
- The `MINIFY_HTML` settings, along with the internal use of terser to minify
24+
html output was removed. Folks who want to run terser of their html can
25+
continue to do so via an explict separate build step. (#22297)
2326

2427
3.1.64 - 07/22/24
2528
-----------------------

0 commit comments

Comments
 (0)