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
When using with polymer3, you get a 404 error: GET http://127.0.0.1:8000/node_modules/@polymer/font-roboto/roboto.js net::ERR_ABORTED
I don't think the polymer3 modularizer conversion worked properly - it did not create a .js file.
The font-roboto code should load.
You get an error message in the js console
https://chrisekelley.github.io/poly3-paper-item-test/
Check out the repo: https://github.com/chrisekelley/poly3-paper-item-test
The text was updated successfully, but these errors were encountered:
Can we get an update on this? What is the recommended path forward? Thank you!
Sorry, something went wrong.
No branches or pull requests
Description
When using with polymer3, you get a 404 error:
GET http://127.0.0.1:8000/node_modules/@polymer/font-roboto/roboto.js net::ERR_ABORTED
I don't think the polymer3 modularizer conversion worked properly - it did not create a .js file.
Expected outcome
The font-roboto code should load.
Actual outcome
You get an error message in the js console
Live Demo
https://chrisekelley.github.io/poly3-paper-item-test/
Steps to reproduce
Check out the repo:
https://github.com/chrisekelley/poly3-paper-item-test
Browsers Affected
The text was updated successfully, but these errors were encountered: