Commit Graph

23 Commits (aa12ab947865f5e03093c91ac1a1451097cd227a)

Author SHA1 Message Date
psychobunny aa12ab9478 think its fairly safe to say this isn't experimental anymore
worked every single time I reloaded today, and that'd be about a hundred
thousand times so far
Julian Lam b4731ad47b added colorpicker to frontend, badge colour changes for groups,
barisusakli 64e13df14c removed node cluster spawn procs on ports
Julian Lam d16cfb89e0 extra log,
Julian Lam 82708d65c6 propagating hash to all workers on css compilation
Julian Lam ba9a5ad7d7 fixed
Julian Lam 207bfa8960 closed
Julian Lam 1a90de7dd6 added new --from-file flag that will load js/css from the precompiled file instead of recompiling it on startup
psychobunny 339d2b0143 closes
psychobunny f35a51e48d making the loading sequence less verbose
in particular, the js stuff all happened sequentially at the same time
so there was no need for multiple messages
psychobunny 6418948570 only need one "meta/css done" message
psychobunny 2a2490541f some minor linting elsewhere
psychobunny fa8613d09d moving meta:css.compiled further down, currently it gets emitted twice
Julian Lam 343ff18014 closed
Julian Lam a59934fd65 only the cluster_setup thread will commit css to file
Julian Lam c2fd89e050 committing of compiled js and css to file on startup
psychobunny 81ce7f93ad compile admin stylesheet separately
Julian Lam 0c4a788698 added callbacks to css and js reloading, issue
Julian Lam 4d73a563c5 closed
psychobunny 9f6c05bb24 closes
barisusakli 42ea8652f1 possible fix for
barisusakli 43c1787754 dont exist if cant parse css
barisusakli f288f80da6 meta.js refactor