pubnub / pubnub-polymer

A Custom element to connect PubNub data stream.
http://pubnub.github.io/pubnub-polymer/
19 stars 8 forks source link

pubnub-element refuses to be vulcanized #5

Open leopoldodonnell opened 9 years ago

leopoldodonnell commented 9 years ago

When you run vulcanize for a Polymer > 1.0 project that has pubnub-element in the mix you get something like this...

[Error: This version of vulcanize is not compatible with Polymer < 0.8. Please use vulcanize 0.7.x. File: /components/pubnub-element/pubnub-element.html]

This is likely due to the Polymer definition not conforming to Polymer 1.0 specs. I'd gladly fork and update, but it isn't clear which way you want to go with the element (some support all version of Polymer or just Polymer 1.0).

I'd be happy to fork and update if someone would update bower to use the latest.

leopoldodonnell commented 9 years ago

I wrote a pull request.