docco icon indicating copy to clipboard operation
docco copied to clipboard

Consider deleting generated resource directories on build.

Open DavidSouther opened this issue 10 years ago • 1 comments

In grunt-docco, users were noticing sometimes the build directories were incorrect. https://github.com/DavidSouther/grunt-docco/issues/40

This was traced to node-fs-extra and ncp. https://github.com/jprichardson/node-fs-extra/issues/98 https://github.com/AvianFlu/ncp/pull/75

While the behavior should be fixed in ncp itself, it might be a good idea to consider having docco remove the resource directory before copy.

DavidSouther avatar Dec 19 '14 16:12 DavidSouther

Ugh!

jashkenas avatar Dec 19 '14 16:12 jashkenas