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

JSDuck ignores symlinked folders #631

Open
garie opened this issue Nov 16, 2015 · 1 comment
Open

JSDuck ignores symlinked folders #631

garie opened this issue Nov 16, 2015 · 1 comment
Labels

Comments

@garie
Copy link

garie commented Nov 16, 2015

On a mac, you can create symbolic links. As part of my javascript library, I've symbolic linked several folders from one place to another. The reason for this is to share these javascript files in two libraries without copying the code. I want the generated documentation for both libraries to contain the symlinked folders. Symlinked individual files ARE included in the JSDuck documentation as long as the folder they are in is not symlinked..

To do this, I used the command:

ln -s originalfolder newfolder

This command would create a symlink to an individual file which would be included in the documentation:

ln -s originalfolder/filename.js existingfolderondisk/filename.js
@nene
Copy link
Member

nene commented Nov 17, 2015

Reproduced. That's indeed a bug, thanks for reporting.

@nene nene added the bug label Nov 17, 2015
garie added a commit to garie/jsduck that referenced this issue Jan 27, 2016
When expanding folders, also expand symbolic links.
Fixes senchalabs#631.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants