-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
build/all.py pollutes root folder on Windows #776
Comments
This is certainly not intentional. We don't get the same behavior on Linux, but we'll try to reproduce on Windows. |
I tested on Windows 10 with npm 3.10.3, in a clean checkout at rev 0698987. I find that However, if I wipe out node_modules and run
There must be something we're doing wrong. We'll investigate further. |
Thanks Joey. I don't keen on the fix. There is probably some incompatibility with cygwin used by python on the Windows. Maybe the community can help and rework python scripts to full nodejs project? |
I don't think we're interested in moving the build scripts to nodejs at this time. We use python in our test lab infrastructure, so it is useful for us to be able to import those build scripts as part of our automation. |
With npm v3.10.3:
Since npm behaves differently on other platforms, and the behavior is specific to |
I filed npm/npm#17027 to fix the behavior of |
What version of Shaka Player are you using?
latest master (bf1c829)
What browser and OS are you using?
Windows, npm 4.5.0
What did you do?
python build/all.py
What did you expect to happen?
git status clean report
What actually happened?
Untracked / unignored files were created:
The text was updated successfully, but these errors were encountered: