As your Cordova project grows, you'll need to do outside-the-box things that Cordova doesn't offer support for. You can add build hooks to your project to perform these tasks.
These hooks can run on specific events (before_platform_add
, after_prepare
, etc.) to execute your arbitrary code. As your build