Skip to content
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

Directory recursion skipped when project directory encountered #8

Open
gotwarlost opened this issue Dec 13, 2012 · 1 comment
Open
Assignees

Comments

@gotwarlost
Copy link

So, I'm trying to use selleck to write just docs in a directory tree like so:

root/
    tasks/
       component.json
       index.mustache
    concepts/
       component.json
       index.mustache
    project.json
    index.mustache

The above tree seems logical to me. However, selleck does not recurse into the project directory to find subdirs. The directory traversal happens only when a directory is not a project or component dir.

So, I'm forced into this structure (which I think is unnatural)

root/
    tasks/
       component.json
       index.mustache
    concepts/
       component.json
       index.mustache
    top/
       project.json
       index.mustache

Do you think my first directory structure should have worked correctly?

@davglass
Copy link
Member

Yup, it should. I'll look into this when I can. I'm not "that"
familiar with the code base yet ;)

@ghost ghost assigned davglass Dec 19, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants