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
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 ! 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 will try it…