ecwyne / meteor-polymer

Meteor smart package for Google's opinionated web component framework 'Polymer'

Home Page:https://atmospherejs.com/ecwyne/polymer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

platform.js to webcomponents.js breaking

spacecowboy858 opened this issue · comments

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?

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