We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have this configuration for the plugin
typedoc: { build: { options: { module: 'commonjs', out: './typedoc', name: 'Riskpro Angular UI', target: 'es5', theme: 'default', mode: 'file' }, src: './client/app' }
and when I run grunt doc the execution ends with error The input line is too long.
grunt doc
The input line is too long.
I have seen there is a pull request for this issue but it does not pass. I am currently using the version 0.2.4 on Window 7/64.
Any help is really appreciated, thanks 😉
Workaround: I use grunt-exec to run the typedoc command.
grunt-exec
typedoc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have this configuration for the plugin
and when I run
grunt doc
the execution ends with errorThe input line is too long.
I have seen there is a pull request for this issue but it does not pass.
I am currently using the version 0.2.4 on Window 7/64.
Any help is really appreciated, thanks 😉
Workaround: I use
grunt-exec
to run thetypedoc
command.The text was updated successfully, but these errors were encountered: