Open t2ym opened 7 years ago
Polymer CLI build drops comments in encoded HTML
Encoding of the entry page has to be done after the minification process to avoid dropping the encoded comments.
Part of #73
hook.encodeHtml() fails to encode the minified entry HTML page in build/es6-bundled.
hook.encodeHtml()
build/es6-bundled
Polymer CLI build drops comments in encoded HTML
Encoding of the entry page has to be done after the minification process to avoid dropping the encoded comments.