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

"The command line is too long." message when it runs in windows and read many files. #14

Open
jorgesanchez33 opened this issue Feb 4, 2016 · 1 comment

Comments

@jorgesanchez33
Copy link

I get this error because the grunt task is reading 169 files and convert this to long command line . I think, instead of create command line for all 169 files, it could create command line 10 by 10, or maybe 1 by 1, so, it will support thousands of files when it runs on windows.

@alexVauch
Copy link

Possible solution is to copy files to temp folder and rename each to short name (e.g. file array index). Here is sample of grunt copy task.

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