Question about Cordova and HCP

Hey folks, I’m getting ready to deploy a Cordova app and have a few questions in regards to HCP:

1- does deploying an update where only server code is changed still trigger a HCP in Cordova?
2- in the upcoming version, will uploading changes to just CSS or images require a hot reload?

Thanks in advance.

  1. No, only changing server code should not trigger a HCP. But this shouldn’t happen in earlier version either. Does your experience suggest otherwise?
  2. Yes, a new client version always requires a page reload. But the new plugin does use incremental updates, so it should only download the changed files.
1 Like
  1. Not experiencing that - though I wasn’t sure if it would be the same in production as it would be in development. I think I saw a method update with-in a package trigger a HCP but I’m not sure.

  2. Awesome - this is going to be a huge improvement.

I wonder if there is a way to control the client version manually than leave it up to Meteor to let the developer decide when to run the HCP.