Hi,
If my code use some polymer elements that have attribute like
"select='something'" and I try to minify my file, the generate html file is
broken. How ?
If I have
{code}
<core-selector selected="tab1" horizontal justified layout center>
....
</core-selector>
{code}
the minify version is
{code}
<core-selector selected horizontal justified layout
center>....</core-selector>
{code}
is there a way to specify not to resolver the select attribute ?
If I modify the polymer element and change selected to selectedElement or
another name it work without problem.
Today minify my html and polymer elements are crucial because my page use
several polymer elements (almost 8) and without minification the page is
huge and heavy.
Also...can Polymer provides a minimised version of the components (css, js,
html) ?
Best regards,
Ignacio
Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/polymer-dev/b9cd9dd4-8a94-4e7c-b80a-75937e97304a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.