I've noticed that while most of the differences between cordova / PhoneGap and PhoneGap build are fairly minor, one seems to give me a little more trouble -- the expected paths for icons and splash screens:
- place config.xml at the root -- app/config.xml
- reference icon and splash screen files with path relative to the root
- place config.xml in the www folder -- app/www/config.xml
- reference icon and splash screen files with path relative to the www directory
This ends up breaking either the copy of the icons / splash screens on PhoneGap Build or in the CLI. Has anyone found a way around this issue, so that both local and PhoneGap Build - generated apps have the icons they need?