dunnkers / ember-polymer

Use Polymer in your ambitious Ember application! 💎
https://dunnkers.github.io/ember-polymer/
MIT License
21 stars 6 forks source link

Element without web-components keyword is not recognized #78

Closed dunnkers closed 6 years ago

dunnkers commented 6 years ago

Problem

Elements listed webcomponents.org that do not have the web-components keyword in their bower.json are not recognized by the auto element importer (in ember-polymer 2.x this is the scaper).

This functionality is leftover from back when customelements.io was used as a listing. This listing consisted of all bower packages with the web-components keyword.

Nowadays, webcomponents.org seems to rely on developers manually publishing their elements.

Solution

We need a new way to be able to distinguish a custom element bower package from another one.

... to be continued!