ios - Corodva serve command just reset the app erasing all my changes -


i use command cordova serve test app in browser. when issue command, find code changes made app has been disappeared include newly added js files etc. app got complete reset. how can avoid , still use cordova serve command test in browser? thanks.

i got issue resolved. took sometime figure out happening under hood. making changes directly in platform ios directory. after reading help, found cordova prepare or serve copy contents respective platform root www folder resets code directly wrote ios.

to conclude, have make changes in root www folder , issue prepare/serve command copies code platform test out.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -