Real answer
After a short search on the Internet, I found this open problem in the GitHub replica phonegap-cli:
https://github.com/phonegap/phonegap-cli/issues/522
Currently, the problem does not have an icon for it, but it seems that this is the right place to add our support for a more permanent fix to this problem. If you want this fixed, add a comment on this issue so that the PG team can understand how many people are implementing it.
Bypass
The workaround here is mentioned @ JesseMonroy650 - create a command command to copy the application / www / res to app / res for local builds.
To do this, you also need to add the following to .gitignore :
#
This way you will not get two copies of the / res folder registered in your repo.
source share