The advantages of using Grunt with Cordova:
- It simplifies working with the cordova cli.
- It provides a mechanism to copy platform customization to the
platforms
directory without having to commit the generatedplugins
andplatforms
directories to version control. - It provides a way to watch resources and automatically run cordova commands.
Stack Overflow: .gitignore for PhoneGap/Cordova 3.0 projects - what should I commit?