cordova - How to force refresh the cached source files upon Ionic build/run? -
i have random issue ionic build
or ionic run
.
i've noticed during compilation uses cache of source code, therefore when making new changes doesn't reflect upon re-compiling app.
so question is, how can clear cache build files? i've tried doing ionic state reset
still doesn't work nor doing uninstall re-install app android.
thanks
what did solve problem re-initialize android platform.
ionic platform remove android
ionic platform add android
Comments
Post a Comment