I'm making tests with Direct Update because a requirement of making daily updates to an Android App with look & feel changes.
What I have seen is that all the web files are uploaded and not only the new ones or the updated ones.
Is it possible to make a direct update of specific files?
For example I have an application with images and the size of all those images is 20mg, I make a change to a .css file. The direct update will contain my updated .css but also the 20mg of images that already are in the app and are exactly the same. Is it possible to upload only the .css?