documentationjs / documentationjs/gulp-documentation

Recursion doesn't seem to be working

Open
#12 3 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
JavaScript
Stars
64
Forks
13
PR merge metrics
No merged PRs in 30d

Description

When I attempt to run my gulp-documentation task, it works fine on the file pointed to as the `src`, but won't recurse into any of my imported files.

Here's the task in question:

```
gulp.task('docs', () => {
return gulp.src('src/init.jsx')
.pipe(documentation({format: 'md', filename: 'api.md'}))
.pipe(gulp.dest('docs'))
})
```

and the command I use to run my gulp task:

```
NODE_PATH=$NODE_PATH:src NODE_ENV=development babel-node ./node_modules/.bin/gulp docs
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.