designer icon indicating copy to clipboard operation
designer copied to clipboard

parse5.html

Open awacker opened this issue 7 years ago • 2 comments

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

awacker avatar May 18 '17 14:05 awacker

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.

jperals avatar Jun 19 '17 21:06 jperals

#230

urdeveloper avatar Oct 08 '17 09:10 urdeveloper