arunoda / meteor-up-legacy

Production Quality Meteor Deployments
MIT License
2.26k stars 398 forks source link

build cordova #764

Open mike623 opened 8 years ago

mike623 commented 8 years ago

when using mup deploy, I think mup also build Cordova for mobile again, Is It necessary to build for ? Also, build for Cordova is much slow down the speed of build.

MasterJames commented 8 years ago

There is in my mupx PR the overwriting of the bundled deployed versions platforms file with just "server" & "browser", otherwise remove the platforms before deployment (and restore it if needed later).

meteor remove platform ios android