I accidentally deleted one of my HTML file during development. The source code is uploaded to ionic view. Is there any way I can clone/download my own project source code from ionic view ? Please help.
Found this ionic recover page where you can download your latest (compiled version) upload from ionic view.
1 Like
Please use a version control software like Git in the future. Especially if you upgrade to Ionic2 this method won’t work as only the compiled files are uploaded, not the real source.
1 Like