cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Correct src path for UI5 & Cachebuster

davidsigleinit
Explorer
0 Kudos
383

Hello all,

I have a question regarding the correct src path for UI5, as we had internal discussions if our current setup allows for the cachebusting mechanism to even work.

In our index.html we have it setup like this:

Is this the correct way to do it? Also will the cachebusting mechanism work with this setup? In our internal discussion it was brought up that the 'ondemand' might mean that the cachebusting mechanism will not work.

Would love to hear your thoughts!

Cheers.

Accepted Solutions (0)

Answers (1)

Answers (1)

AlexNecula30
Active Contributor

Hi,

Based on the SAP documentation, that seems to be the correct path.

This being said, as far as I know, index.html is not used anyway after deploying to the ABAP server since the launchpad takes care of that part. The setting is useful for standalone apps or testing in BAS.

Alex