-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recursion doesn't seem to be working #12
Labels
Comments
Are you using CommonJS or es6 imports? Can you share a link to the source code, or any other details? |
@tmcw I'm using ES6 imports. Here's a snippet of the source code:
|
I am having the same issue with CommonJS requires. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
and the command I use to run my gulp task:
The text was updated successfully, but these errors were encountered: