gulp-tsc icon indicating copy to clipboard operation
gulp-tsc copied to clipboard

Fixed "too long command line" error (passing arguments via args file)

Open lucaslorentz opened this issue 10 years ago • 2 comments

If you try to compile a lot of files, it will raise an error saying that the command line is too long. I've changed the plugin to write all arguments on a file and pass it to tsc using the @file option.

lucaslorentz avatar Sep 09 '14 04:09 lucaslorentz

Sorry, I will update/fix the tests and submit it again.

lucaslorentz avatar Sep 09 '14 04:09 lucaslorentz

+1 This is killing us with a moderately-size project

jstclair avatar Oct 02 '14 08:10 jstclair