Related to this is the effect that if you have a team that uses different platforms for development and check in the platforms directory then your fellow team members might miss the scripts for their development platform. In our project I created the cordova project on Ubuntu and pushed platforms/android to git. My colleagues then did a checkout and could not build the project on their Windows 7 machines. Bummer. We were able to circumvent the need to checkin platforms now but still this was a hurdle we would like to get rid off.
Axel Am 03.11.2013 19:10 schrieb "Don Coleman" <don.cole...@gmail.com>: > For cordova 3.1.0-0.2.0 "cordova platform add android" doesn't add > platforms/android/cordova/*.bat files on OS X. > > Obviously I don't need the bat files on OS X but it causes "cordova run > android" to fail when the project is checked out on windows. > > Is this intentional or should I file a bug? >