@halukkaramete wrote:
It's been a while since I developed in ionic ( 1 yr ). I think things have changed.
I used to be able to create a new blank template ionic project at a local folder on the mac and then replace its placeholder www folder with another project's www folder. This used to work.
Now, replacing the www folder in that ionic blank project makes no difference when I run any of these commands
ionic servecordova build ioscordova emulate iosI keep seeing the "
The world is your oyster" message.In fact, when I even renamed the local folder that was holding the entire ionic project, the
cordova build iosstill has worked without any complaints.Clearly, the code is running somewhere else.
I also notice this at the terminal prompt:
➜ vb git:(master)Here the git:(master) thing is new to me. Could this be the culprit?
If so, how can I disassociate the github aspect so I can work on the local and keep and running the latest code as easy as going
cordova build ios
Posts: 1
Participants: 1