In the mobile SDK javascripts, there is a minified version of the files included in Lib folder (XPMobileSDK.library.js) but I can not find a minified version of XPMobileSDK.js even if there is a map file for it.
I tried to use XPMobileSDK.js with XPMobileSDK.library.js but it does not seem to work.
Where can I find a minified version of XPMobileSDK.js ?
Hello, Benoit,
We don’t have a minified version of XPMobileSDK.js. If you want to have a minified version you can do it with a simple gulp task. We have a map file for minified the XPMobileSDK.js. You can find this file here “maps/XPMobileSDK.js.map” https://github.com/milestonesys/mipsdkmobile-web/blob/main/maps/XPMobileSDK.js.map
Regards,
Asen Bozhilov