cancel
Showing results for 
Search instead for 
Did you mean: 

Place sap-ui-core.js in SAPWebIDE local server [ASK]

yoppie_ariesthio
Participant
0 Kudos

Hi everyone, how to place sap-ui-core.js to my local server so i dont have to use https://sapui5.hana.ondemand.com/resources/sap-ui-core.js as CDN? Where should i put in? Which folder? I am using SAPWebIDE as instructed on SAPUI5 SDK - Demo Kit

Accepted Solutions (1)

Accepted Solutions (1)

yoppie_ariesthio
Participant
0 Kudos

Hi!

I have found the solution through this forum too. If we don't want to use CDN sap-ui-core.js then :

1. Click right at your project folder

2. New

3. Cloud Connectivity Configuration

4. Change src at your index.html to src="/resources/sap-ui-core.js"

5. Run!

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Place in resources folder!

and change in index.html as <script src="resources/sap-ui-core.js" ...

yoppie_ariesthio
Participant
0 Kudos

i have created resources folder but it didn't work.

my folder structure be like


myproject

     resourcefolder

          sap-ui-core.js

     index.html

Former Member
0 Kudos

Hi,

see the attaached image.

Ive highlighted with box