Easiet way to minify angular js files?

I am using atom-minify package to minify js files…

but on minifying the files won’t load ! i dont know whether its ionic or angular specific issue so posting here.

Help is appreciated Thanks

Have you been able to solve the problem?

unfortunately no ! :frowning: share the solution if you ever solve this. Thanks

Just install cordova uglify with
npm install cordova-uglify
this will help to minify and uglify your code

Then you will build with ionic build android --release

Thanks :slight_smile: will try it…