Hello,
I created a user interfaces using MobiOne and now I want to deploy these in another system (SAP). So, basically I am transferring all the HTML, CSS and JS files in one folder and the Images in the other. I manually changed the path in all relevant files. My questions are:
1. Is there an easier way of changing the path name which does not require me to manually read every line?
2. Also SAP requires that I manually copy paste all JS, HTML and CSS files. Is there a way to avoid the introduction of newline characters that corrupts my code?
3. Finally, even after manually changing the path, I only able to view the first page not transition to the pages it links to. (via <div>, class). What could be erroneous?
Thank you.