-
Notifications
You must be signed in to change notification settings - Fork 14
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
Packages incompatible with non-windows #26
Comments
I guess there are more issues than the hard-coded |
I was able to run everything else on Unix when I removed .cmd and check for presence of files. |
Interesting. Guess it works when it doesn't try to find the executables using where.exe. Do you know a way to find out which OS MSBuild is running on? |
Something like:
|
Here is my modified version of targets: https://github.com/sq/JSIL/tree/master/JSIL.Libraries/Targets |
In Unix call to where,exe probably should be replaced with |
In Grunt, Gulp and Bower packages hardcoded ".cmd" in command file name.
It is incompatible with Linux - there will be no extension for commands at all.
As Node/Npm packages use commands without .cmd extension, they correctly works on Linux (if $NodeJS environment variable provided).
The text was updated successfully, but these errors were encountered: