• 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

    /*
    ...
    /*]]>*/
    • This topic was modified 7 years, 10 months ago by gavsiu.
    • This topic was modified 7 years, 10 months ago by gavsiu.
  • The topic ‘HTML Minify removes CDATA comments’ is closed to new replies.