libreoffice-online/loleaflet/build
Pranav Kant e86e7a73f8 loleaflet: performance improvements in build process
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.
2016-08-16 11:11:16 +05:30
..
adminDeps.js loleaflet: Modularize admin console scripts 2016-08-09 20:18:59 +05:30
build.html
build.js loleaflet: performance improvements in build process 2016-08-16 11:11:16 +05:30
deps.js loleaflet: add drag & drop Column/Row resize 2016-08-07 11:13:59 -04:00