You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Adding a file named parse5.html with the following content in the vendor directory fixed it for me:
<script src="parse5.js" as="parse5"></script>
(I get some other errors in the console, but at least now I can load the examples apparently without any more problems)
Of course this is not a valid fix because vendor is an ignored directory —which maybe is the actual cause of the problem. I assume that the right way would be to have another Gulp task that copies the file from another location, as it does with other files, like for example src/hydrolysis/hydrolysis-browser.html.
I try to deploy it
and getting
http://localhost:8080/components/polymer-designer/vendor/parse5.html 404 (Not Found)
This file is really absent in the source.
Please help me. What should parse5.html contain?
Thanks
The text was updated successfully, but these errors were encountered: