How to create a patch for a Meteor Project deployed in some host

Hello!!!

I have developed an app and then deployed it to the client server. I used Meteor build to create the bundle that the user uses.

Today I found and fixed three bugs that I need to implement in the client host. One of the requirement to do this patch is that I need to replace as little as possible so this means I can’t just replace the bundle folder.

so my question is how should I replace only the files I modified???

does it matter if the files that I need to replace are: two files in the client side and one file in the server side ???

I know I need to do a meteor build and the extract some files (here is where I’m lost) and then target those same file in the bundle folder in the client server

thanks so much for your help or hints :slight_smile: