Closed dotnetwise closed 10 years ago
Are you running htmlmin
? I hear that thing will wreck your HTML...
(This project doesn't modify HTML on it's own. It's fairly naïve. While htmlmin will create some savings, it's not without its flaws)
Yes htmlmin: { collapseWhitespace: true, collapseBooleanAttributes: true },
Yea, I'd remove the htmlmin
option, see if it works fine (it will), and then open an issue on that project :)
Use this option "keepClosingSlash: true"
When it is bundled it gets into :
Notice the missing of
/
in the<projectslist>
tag