rondale-sc / poc-ember-cli-polymer

Proof of Concept for an ember-cli addon to include polymer (core and paper)
MIT License
0 stars 0 forks source link

Unsure if vulcanized is including polymer #3

Open rondale-sc opened 9 years ago

rondale-sc commented 9 years ago

We removed the import and the demo still works, so I assume polymer is prepended by vulcanized. Still unsure though.

https://github.com/rondale-sc/poc-ember-cli-polymer/commit/ace26470f1e379ebe2fcd1fba5e88f3975eef558

/cc @taras

taras commented 9 years ago

It looks like webcomponents.js is a polyfil, so it might be necessary for browsers other than Chrome.

There is also an npm version of it available, which we could use instead of bower.

rondale-sc commented 9 years ago

Ah. We'll put that back then. :)