All,
I have tried adding app cache buster to my app and when I try just loading the local sapui5 without cache buster it works:
/sap/ui5/1/resources/sap-ui-core.js
when I try changing this path to include the cache buster - I get an error saying that jQuery isn't defined
/sap/ui5/1/resources/sap-ui-cachebuster/sap-ui-core.js
I also tried: /resources/sap-ui-cachebuster/sap-ui-core.js without any luck.
when I try to load the public netweaver site cache buster I don't get an error:
https://sapui5.netweaver.ondemand.com/resources/sap-ui-cachebuster/sap-ui-core.js
what is truly the path to my local cache buster?
anyone else with this issue? thank you in advance,