Hi there, i was working on my personal website with web components an polymer.
i had version
0.5.2 and realize that there was an update to
0.5.4, so i updated using bower
("bower update") and my polymer went to
0.5.5 on my .json file but...
after do that my bower_components folder create three more folders: "
core-component-page", "
polymer" and "
webcomponentsjs".
because of this i cant use all the core elements and paper elements that i had in my bower_components folder by importing via <link rel="impor" href="bower_components/core-elements or paper-elements.html">. All this files just disappeared.
is there something new to do in this version 0.5.5?
where are all the core elements and paper elements?
whats the use of this new folders?
thanks