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

Line is too long #19

Open
blackat opened this issue Jul 15, 2016 · 0 comments
Open

Line is too long #19

blackat opened this issue Jul 15, 2016 · 0 comments

Comments

@blackat
Copy link

blackat commented Jul 15, 2016

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.

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.

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
@blackat and others