mathieudutour / cordova-plugin-hotpushes

Simple hot code push for ios and android on Cordova
20 stars 5 forks source link

Should the version.json file lists all the files of the app ? #8

Open mparpaillon opened 8 years ago

mparpaillon commented 8 years ago

Hi,

Should the version.json file in the app (not the remote one) lists ALL the files in the app ?

Also, the hash property doesn't seem to be used in your code. What is it for ? Do you use it to check the diff between the local and remote files ?

This plugins looks great. Can't wait to make it work