Modifying the deployment scripts for an app

Hi!

I’m looking to integrate jslint (http://www.mattsnider.com/running-jslint-with-your-ant-build/ ) into the deployment process. Also I would like to be able to maybe just deploy an APK using ionic, I know this can be done with the android SDK but I would like to keep it all inside ionic (Something like “ionic deploy route_to_apk.apk”)

Where can I find how does Ionic Framework does this? I know it uses cordova to run this tasks, but i don’t get much more.

Thanks!!

io believe you can do this by updatiing/modifying the gulp.js file or by using cordova hooks http://devgirl.org/2013/11/12/three-hooks-your-cordovaphonegap-project-needs/

1 Like

Thanks!
Not exactly what I was thinking but I believe this can really help improve deployment and synchronization between team members.

Really appreciate it!