Does anyone know of an online parser to automatically remove ALL comments EXCEPT for necessary conditionals? ie
<!--[if lt IE 9]>
I tried various forms of HTML5 minification but its buggy
Also saw these php solutions but would prefer to use an online parser if one already exists Removing all html comments except internet explorer comments using regex and php