Once after make my app i upload or link on ionic web my index.html page is same like as new and if i run this command ‘ionic serve’ also my index.html page changes lost.
I only understand parts of what you wrote, but:[quote=“Azee, post:1, topic:90126”]
if i run this command ‘ionic serve’ also my index.html page changes lost.
[/quote]
Where are you editing the index.html file? Never touch the files in www
, only work in src
.
i was working in www/index.hrml
Now, I got only changes src/index.html
Thanks