How to force refresh the cached source files upon Ionic build/run?

后端 未结 10 1617
栀梦
栀梦 2020-12-29 01:16

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, therefor

10条回答
  •  半阙折子戏
    2020-12-29 01:49

    If you use cordova build, sudo cordova build

    sudo cordova prepare
    

    at your cordova project root folder.

    this command reflects your changes to builds(all platforms).

提交回复
热议问题