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!!