| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Currently both share the same control script, generating a 'rhizi' named package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
symlink)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
declarative json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
built is controlled by property do-client-optimize which defaults to
false.
Even if the optimized main is built (single file main-built.js and
source map file main-built.js.map) they are not used unless
rhizi-config.conf client_optimize is set to True which causes app.js to
use main-built.js and not main.js
The resulting file is 687 KiloBytes large. Pretty scary, but it still
loads faster this way. (from very small tests locally). This is without
compression done by the server.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 06a6710efd23eeb8d6b8680df5ed1146c7771504.
|
|
|
|
|
|
Object.defineProperty
|
|
|
|
|
|
|
|
|
|
|
|
|