Hi all,
I explain :
I’m trying to use Ionic View app to show my app to a customer. I processed like this
. ionic link -> I choose my app id -> private and public keys are created and .git directory is created
. git push ionic master -> error :
error: src refspec master does not match any.
error: failed to push some refs to 'ssh://xxxxx.com/project.git'
So I try to create a new Ionic v1 project with a blank starter and I replace the new www directory with my app. Now git push works well but when I launch my app with Ionic View I have a blank starter
If I try with an other starter type it’s the same : I see the original www content, not the new one. I don’t understand.
Thank by advance for your help, and thank you to Ionic team for your great work !