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

后端 未结 10 1605
栀梦
栀梦 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

    Would like to answer this question as it wasted some real valuable time for me.

    I emptied the platforms folder and build the solution again. BTW, I am using Visual Studio for development. And I should solve the problem.

    Also it is quite obvious but still wanted to reiterate that platforms should not be part of source control.

    Hope it helps.

提交回复
热议问题