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

bower instructions don't work #366

Closed
agrieve opened this issue Dec 10, 2013 · 1 comment
Closed

bower instructions don't work #366

agrieve opened this issue Dec 10, 2013 · 1 comment

Comments

@agrieve
Copy link

agrieve commented Dec 10, 2013

This may be the same as #355.

Had to change "plaforms" -> "platforms".
Had to change
href="bower_components/polymer-elements/polymer-ui-elements/polymer-ui-tabs.html">

to:
href="bower_components/polymer-elements/elements.html"

Even with fixes, page fails to load with:
Failed to load resource: http://localhost:8000/bower_components/web-animations-js/web-animations.js

I couldn't find any mention of web-animations on bower.

@ebidel
Copy link
Contributor

ebidel commented Dec 11, 2013

This has been fixed in the docs. The include was wrong.

Polymer/old-docs-site@ef7f456

You should use:

<link href="bower_components/polymer-ui-elements/polymer-ui-tabs.html">

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