If I run ionic build --prod --release, it minify/uglify and then builds, it works perfect.
However, I am using build.phonegap to build (since I do not have a mac computer for iphone).
I’m sending the contents of the www folder (along with resources and config.xml) to that service and it builds for either platform, and everything runs properly, but the code is not uglified.
Is there someway that I can uglify the code before I send it to build.phonegap?