We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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">
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: