ecwyne / meteor-polymer

Meteor smart package for Google's opinionated web component framework 'Polymer'
https://atmospherejs.com/ecwyne/polymer
141 stars 17 forks source link

platform.js to webcomponents.js breaking #23

Closed spacecowboy858 closed 9 years ago

spacecowboy858 commented 9 years ago

Changing the line:

<script type="text/javascript" src="bower_components/platform/platform.js"></script>

to

<script type="text/javascript" src="bower_components/webcomponentsjs/webcomponents.js"></script>

causes breaks.

I think its a polymer v0.5.0 to v0.5.1 issue. Anyway to solve this?

ecwyne commented 9 years ago

newest package version should fix this. You should not need to import webcomponents.js yourself, it's done for you.