Replies: 0
There’s no way to add CDATA to ignored comment stems. They start with /* <![CDATA[ */ and end with /* ]]> */. This just breaks a variety of things while html minify is enabled.
/* <![CDATA[ */
...
/* ]]> */
Ends up when minified as
/*
...
/*]]>*/