I have this random issue with ionic build
or ionic run
.
I've noticed that during compilation it uses the cache of my source code, therefore when making new changes it doesn't reflect upon re-compiling the app.
So my question is, how can you clear the cache for the build files? I've tried doing ionic state reset
but still it doesn't work nor doing uninstall then re-install the app from my Android.
Thanks