Closed sagiegurari closed 8 years ago
Hi, i just tested grunt-jsdoc-to-markdown again - everything seems to work fine.
I'm 99% this is an issue with your setup. Still, please send me steps to reproduce the issue so i can check for myself.
By the way, index
is not a valid option. Please see here for the correct options.
I'll remove the options completely and check it just in case. i did a fresh npm install to update all modules, so i'm not even sure which module throws that error exactly since you have many sub modules
if you tell me which code/branch to check out, and what commands to run i will check it myself.. I can't diagnose the issue without reproduction steps.. cheers.
ok, so the issue is that if i have the option: private: false the error happens. i do remember there was such an option to control if to generate jsdoc for public and private or just public apis.
anyway, i removed the option and now all is good. so i'm closing this case. but you should check it out maybe to see why it causes the task to fail because I do remember such an option in the past.
by the way, thanks for the help 👍 the grunt task is really really helpful for all my projects.
i already did check it out - grunt-jsdoc-to-markdown works fine with the private
option (i'm testing it locally now).. that's why i'm asking for reproduction steps - because i have not found the source of the issue yet..
pleased to hear it helps 👍
I didn't change my grunt build which is like this:
added console.log(options) in line 16 of jsdoc2md.js to see the options which are:
and the error I get is:
For some reason it is not looking for the files, but using 'false' instead.