|
@@ -207,7 +207,7 @@ this.htmlmini = this.htmlmini || (() => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function removeComments(node) {
|
|
function removeComments(node) {
|
|
|
- if (node.nodeType == Node.COMMENT_NODE) {
|
|
|
|
|
|
|
+ if (node.nodeType == Node.COMMENT_NODE && !node.textContent.includes("SingleFile")) {
|
|
|
return !node.textContent.toLowerCase().trim().startsWith("[if");
|
|
return !node.textContent.toLowerCase().trim().startsWith("[if");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|