We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42090f6 commit 32c6236Copy full SHA for 32c6236
test/CMakeLists.txt
@@ -72,6 +72,7 @@ if(EMSCRIPTEN)
72
PUBLIC "SHELL: --preload-file ../${XEUS_CPP_DATA_DIR}@/share/xeus-cpp"
73
PUBLIC "SHELL: --preload-file ../${XEUS_CPP_CONF_DIR}@/etc/xeus-cpp"
74
PUBLIC "SHELL: --emrun"
75
+ PUBLIC "SHELL: -s MINIFY_HTML=0"
76
)
77
78
target_include_directories(test_xeus_cpp PRIVATE ${XEUS_CPP_INCLUDE_DIR})
0 commit comments