Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

parse5.html #225

Open
awacker opened this issue May 18, 2017 · 2 comments
Open

parse5.html #225

awacker opened this issue May 18, 2017 · 2 comments

Comments

@awacker
Copy link

awacker commented May 18, 2017

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

@jperals
Copy link

jperals commented Jun 19, 2017

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.

@urdeveloper
Copy link

#230

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants