[LOOL] Diff between docker and self build

I have used Libreoffice online via docker images “libreoffice/online”.

Now i don’t want to use docker.

I build and install LOOL from source code which has same git hash with docker image.

  • LibreOffice core Git: core - Gitiles
    Hash:0fb2927a8fe06e6c3255544b8e4c4c9c0f5a67d3

  • LibreOffice Online Git: online - Gitiles
    Hash:1e044a40aa9e0b8e2313d4677755c630cb444448

LOOL works but has diff with docker. In docker, all javascript will be contained in bundle.js.

But in self build, it doesn’t have bundle.js file and have too many javascript files.

In my system, i rewrote bundle.js in somewhere. I don’t want to spend more cost to rework.

So please tell me how to generate bundle.js file instead of many javascript files when build LOOL?