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

how to special the src path? #58

Closed
atian25 opened this issue Sep 9, 2011 · 2 comments
Closed

how to special the src path? #58

atian25 opened this issue Sep 9, 2011 · 2 comments

Comments

@atian25
Copy link

atian25 commented Sep 9, 2011

My js dir:
--js
|-----app
|-----ext
|-----ux

I am using : jsduck-2.0.pre4.exe D:\Workspace\Code\Vote\web-app\js**

now I want to gen docs for app and ux folder but except ext.
how?

@nene
Copy link
Member

nene commented Sep 9, 2011

At the moment the windows version is a bit crappy so it doesn't understand paths with "" in them. Something like this should work:

> cd D:\Workspace\Code\Vote\web-app
> jsduck js/app js/ux --output your/output/dir

@atian25
Copy link
Author

atian25 commented Sep 9, 2011

thanks.
but "jsduck-2.0.pre4.exe D:\Workspace\Code\Vote\web-app\js** --verbose --output .\vote-docs --ignore-global " works for me.

now I'm using jsduck-2.0.pre4.exe D:/Workspace/Code/Vote/web-app/js/ux D:/Workspace/Code/Vote/web-app/js/app --verbose --output ./vote-docs --ignore-global

@atian25 atian25 closed this as completed Sep 9, 2011
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