Hi,
I want a standard way for preparing the android and iOS builds once everything is finalized. Currently, I have a gulp script to minify and create a production version of the www
folder. however, in next step i replace the current folder with minfied and then run command deployment commands of jarsigner and zipalign. I want to automate the complete cycle till APK generation.
Or please share your deployment strategy.
Thanks