Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having any <link rel="stylesheet"> makes entire app fail to initialize #441

Closed
esprehn opened this issue Mar 10, 2014 · 2 comments
Closed

Comments

@esprehn
Copy link

esprehn commented Mar 10, 2014

Uncaught TypeError: Cannot read property 'xhrStyles' of undefined styles.js:36
n.loadStyles styles.js:36
d.loadResources polymer-element.js:108
d.init polymer-element.js:32
d.createdCallback

Uncaught TypeError: Cannot read property 'cacheStyles' of undefined styles.js:38
n.loadStyles styles.js:38
d.loadResources polymer-element.js:108
d.init polymer-element.js:32
d.createdCallback

@esprehn
Copy link
Author

esprehn commented Mar 10, 2014

This seems to have broken in the 0.2.1 update, when I force myself to use 0.2.0 it starts working again.

@dfreedm
Copy link
Member

dfreedm commented Mar 10, 2014

Seems my "fix" for the components/polymer repo wasn't enough. 👎
Somehow the merge left polymer 0.2.0 build tagged as 0.2.1.
I've reset all the files to 0.2.1 version and fixed the tag.

I've filed a note for the bower folks to point away from that repo to Polymer/polymer
This should clear the bower cache for you

rm -rf bower_components; bower cache clean; bower install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants