-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cleanup mock servers & fix demo #20
Comments
Fix demo and remove unused imports. Closes #20
Live Demo still fails due to dependencies fail |
It turned out that iron-component-page is broken. It detects if it's served from gh-pages and if so, it uses cdn.rawgit.com to fetch element to present. It has two problems:
I changed the link in the readme to point directly to demo (which works fine) to avoid iron-component-page |
@joozek78 could you please write an issue in https://github.com/PolymerElements/iron-component-page about this? So we play nice with the ecosystem, not just abandon ship because it has a bug. |
@warpech It seems that there are already 2 issues posted there, both ignored by the team: PolymerElements/iron-component-page#44 and PolymerElements/iron-component-page#101. @tomalec even submitted a PR for the second one, but it hasn't been addressed by the team either. I don't see what I could do there beside "liking" the issues :( |
I see. Then we we did all we can. Thanks! |
After #16 there are some problems:
jasmine-core
andjasmine-ajax
still loaded in the test helper, but (probably?) not used anymoredemo/index.html
seems to not work anymore (seen on @aloscha's screen)The text was updated successfully, but these errors were encountered: