Closed pixelass closed 6 years ago
I have the same error. Tried installing esdoc2-publish-html-plugin in npm but still no success.
@grount thank you for confirming this issue. I will take a look as soon as I have time.
I also have this issue.. Esdocs regular would not generate docs so I tried Esdocs2 but cannot run it.
I looked into the issue:
The publish-html plugin exposes an out
folder but it has not been generated for releases.
This might also be related to the original repo defining out
inside the gitignore.
I think a local .npmigore
should be provided to ensure all files are valid for exposure.
.npmignore
src
!out/src
{
"files": [
"out/src",
"README.md"
],
"main": "out/src/Plugin.js"
}
I will test this and prepare a PR as soon as this has been confirmed.
This is currently preventing me from switching to esdoc2. Any idea on when/how this will be fixed?
@holmrenser I haven't found the time to further look into it Sadly I'm not able to contribute before April.
The problem is related to the build chain of esdoc2 which might need some adjustments. It should be trivial. Feel free to take a look (see referenced issues)
With yarn build chain working properly, we now have some failing unit tests but it seems to be working.
haven't found the time to test this. But I think it should work now.
Moving away from Github. Feel free to reopen if interested.
I would like to see this re-opened!
I just updated my project to use esdoc2 instead of esdoc.
Sadly I get this error: