Commit Graph

21 Commits (f35a51e48d39d2690dbb37c5c2e8c85137d92ae9)

Author SHA1 Message Date
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 3a069e028b refactored meta/js
yay I haz sourcemaps on windows now
psychobunny 2a2490541f some minor linting elsewhere
psychobunny 319defd1d2 moved meta:js.compiled event to after minfile is committed to disk, closes
psychobunny 9c8395808c use page visibility api instead of window.onblur
this lib supports most major browsers
Julian Lam 5ba88b7152 fixed
psychobunny e5681097f4 added error to minification step
Julian Lam e012479ab5 adding socket.io client lib into the minfile
Julian Lam c2fd89e050 committing of compiled js and css to file on startup
Julian Lam 309ac6fec5 adding semver lib to scripts
Julian Lam e5a35ce378 js propagation for cluster module, so only 1 thread minifies the js
Julian Lam 063a4e5628 finished up UX integration for in-topic searching, added mousetrap lib to capture ctrl-F only in topic view, closed
Julian Lam 1d3aafc08f adding sourceRoot to minified mapping
Julian Lam 2d9ca83ae0 better error messaging when js fails to compile when reloading
Julian Lam 0c4a788698 added callbacks to css and js reloading, issue
Julian Lam 3e033043f3 on-demand reloading of client-side assets
Julian Lam 4d73a563c5 closed
Julian Lam e5be1d2840 closed
Julian Lam ce8bec5edb fixed mapping in web inspector
Julian Lam 7cdcb83a98 fixed
barisusakli f288f80da6 meta.js refactor