davidedc / livecodelab

a web based livecoding environment
http://livecodelab.net/
MIT License
327 stars 63 forks source link

'grunt docs' and 'grunt docco' only generate the docs for the first target (index) instead of all three #204

Open davidedc opened 10 years ago

davidedc commented 10 years ago

super-mysterious problem. Both commands should run all three targets (index, howtos, source). But no, computer says no.

rumblesan commented 10 years ago

ah yeah, i had this happen sometimes. I found that it i removed the node_modules folder and then did npm install again it would usually sort it

davidedc commented 10 years ago

hmmm just did that but no joy. This is a minor thing obviously, I can run the grunt docco:[index|howtos|source] three times and update the docs. You have the same problem too after re-installing?