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

How is minification done in SAP UI5 development?

RiaNinan
Product and Topic Expert
Product and Topic Expert
0 Kudos
611

Hi,

I'm from a team that uses SAP UI5 js internally to develop a js library over it. We are looking into minifying the js files that we have developed.

We prefer integrating this with our build process by using some ANT script for minifying the js files and placing the miniified files in server location.

Can somebody throw more light how this is done in SAP UI5 library development.

Thanks in advance!

Regards,

Ria

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ria

Comments in the UI5 code indicate that the "YUI Compressor" is being used.

It should be pretty easy to integrate into a ant script - since it's java based.

Check out their github https://github.com/yui/yuicompressor/

-phil

Answers (0)