Hi all,
I want to create a raw project in WEB IDE.
I made a folder and placed a index.html inside of that.
In index.html if I try to load the sap-ui-code.js from a CDN then project can run correctly.
When I create a project from the templates I see that this library is loaded from src="../../resources/sap-ui-core.js" while the actual content for this address is hidden and I cannot see such folder and file in WEB IDE.
Now if I change the CDN address in my raw project to this relative address the library can not be loaded.
Thus, the question is what settings do I need to change on my raw project to be able to access this relative address?
Thanks in advance,
Mahdi