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. |
||
---|---|---|
.. | ||
adminDeps.js | ||
build.html | ||
build.js | ||
deps.js |