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

attempting to pass arguments in via args file #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

allenrice
Copy link

instead of passing all the arguments to the command line, they are now written into a temp file that is passed in as the only argument to TSC. This prevents a situation where the command line is too long and will prevent tsc from erroring out

if gulp-tsc is used from a folder with spaces in it, the compiler will
complain that it cannot find the file.  I added quotes around the
treeKeeperFile, the outDir, each source file, and finally the arguments
file itself
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

Successfully merging this pull request may close these issues.

1 participant