-
Notifications
You must be signed in to change notification settings - Fork 486
documentation builds all javascript files, not just those specified #413
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
Comments
If not supported, http://npmjs.com/glob for the input string when using the CLI would be great |
|
The default behavior of documentation.js is following dependency trees (see the 4th heading). In this way the expectation should be the same as browserify or webpack or node - you don't specify all of the files on the CLI, only the entry files. Long-winded way of saying, feature, not bug.
|
Closing; |
* Remove MultipleFFIModules documentation It is a template file and the error was removed in 0.12.0 * Add UnusedDeclaration warning docs
Uh oh!
There was an error while loading. Please reload this page.
If I do
documentation build ./source/**.js -f html -g -o docs
even javascript files not within./source
are added to the docs... this should not be the casedocumentation build ./source/*.js -f html -g -o docs
does the sameThe text was updated successfully, but these errors were encountered: