Hi,
Iam working in sap ui5 , i am facing problem while adding the external js file in component.js .But its not finding the files.
Below shows the folder structure
jQuery.sap.includeScript("sap/ui/demo/masterdetail/util/Utility");
jQuery.sap.includeScript("sap/ui/demo/masterdetail/util/JOB");
jQuery.sap.includeScript("sap/ui/demo/masterdetail/util/globalvariables");
jQuery.sap.includeScript("sap/ui/demo/masterdetail/util/DecodeWorker");
jQuery.sap.includeScript("sap/ui/demo/masterdetail/util/exif");
As shown above i am trying to add thes files externally. I am getting an error as shown below.