No description
e86e7a73f8
Minifiying the js code was taking too much time. Minifying is not really needed on developer's machine, so lets disable it by default, otherwise it gets annoying during development having to wait for so many seconds for it to build. A simple 'make' now means no debug-info and non-minified bundle.js. To add debug-info(source-maps), do 'make DEBUG=true'. And to minify, similarly use the MINIFY=true variable with make. 'make dist' forcefully minifies the js code. |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.gitreview | ||
README |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.