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

Add support for spaces in file paths on Windows systems #6891

Closed
SetTrend opened this issue Feb 4, 2016 · 1 comment
Closed

Add support for spaces in file paths on Windows systems #6891

SetTrend opened this issue Feb 4, 2016 · 1 comment
Labels
Bug A bug in TypeScript Help Wanted You can do this
Milestone

Comments

@SetTrend
Copy link

SetTrend commented Feb 4, 2016

The TypeScript jake file currently fails when the path to the TypeScript project contains spaces.

As suggested by @mhegazy I am creating this issue instead of a pull request on the fix I implemented for jakefile.js.

The fix is mainly based on adding an undocumented, yet required Node option which has already been used in the existing jakefile.js, yet only for one single call. I have amended the other calls to utilize this option.

Please refer to SetTrend/TypeScript for changes.

@jakebailey
Copy link
Member

Just looking at old issues; the build doesn't use jake anymore, nor gulp, and the new build never constructs shell commands, so this one should definitely be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Help Wanted You can do this
Projects
None yet
Development

No branches or pull requests

4 participants