How to build SAPUI5 application that should only have "component-preload.js"?

22 views Asked by At

I need to build the SAPUI5/OpenUI5 test application with only the "component-preload.js" file included. Within the 'dist' folder, there shouldn't be any "TS/JS/DBG" files, as illustrated below. Is there a specific command or task available to accomplish this? Sample Application with dist generated png

When utilizing the "Exclude-task=createDebugFiles", debug files are successfully eliminated, but TypeScript (TS) and JavaScript (JS) files still appear in the dist directory. Using excludeTask

0

There are 0 answers