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
10 years ago
Julian Lam
aa62c52580
closed #2583
10 years ago
barisusakli
64e13df14c
removed node cluster spawn procs on ports
10 years ago
Julian Lam
5cc30ca1a0
more cache hash fixes
10 years ago
barisusakli
0674258793
Merge remote-tracking branch 'origin/master' into socket.io1.x
10 years ago
Julian Lam
8de2d1f58d
closed #2459
10 years ago
barisusakli
2ecfcc582f
Merge remote-tracking branch 'origin/master' into socket.io1.x
10 years ago
Julian Lam
23b14b3443
moving nearly all startup messages to verbose type
10 years ago
barisusakli
73fb653ddf
emit works
10 years ago
psychobunny
70b5c631c6
if dev, compile view scripts only; let rjs dynamically load module scripts
...
fixes a bug introduced @ 11c83079f2
10 years ago
psychobunny
02b6a7893a
in dev mode, concatenate scripts instead of minifying
...
faster reboot & restores sanity to those trying to debug browser
specific issues on IE and FF. not that you have much sanity to begin
with if it's an IE bug...
10 years ago
psychobunny
11c83079f2
if env is dev, don't re-compile rjs files
...
faster reboot & easier to debug on browsers that don't support
sourcemaps
10 years ago
Julian Lam
1a90de7dd6
added new --from-file flag that will load js/css from the precompiled file instead of recompiling it on startup
10 years ago
psychobunny
73220aaa3d
didn't realize mousetrap was being used elsewhere in the code, added back to client again
11 years ago
psychobunny
8abf2835a5
removed modules/admin and moved mousetrap + keybindings out of client #2245
11 years ago
psychobunny
ffc07ff6d2
moved settings module deps into ACP #2245
11 years ago
psychobunny
d759a7d9dd
moved semver out of client js files #2245
11 years ago
psychobunny
b51c90dcb3
doing some reshuffling in public/src
...
public/src/admin and public/src/client; also some cleanup in
src/meta/js, no need to filter out admin files anymore
11 years ago
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
11 years ago
psychobunny
3a069e028b
refactored meta/js
...
yay I haz sourcemaps on windows now
11 years ago
psychobunny
2a2490541f
some minor linting elsewhere
11 years ago
psychobunny
319defd1d2
moved meta:js.compiled event to after minfile is committed to disk, closes #2173
11 years ago
psychobunny
9c8395808c
use page visibility api instead of window.onblur
...
this lib supports most major browsers
11 years ago
Julian Lam
5ba88b7152
fixed #2208
11 years ago
psychobunny
e5681097f4
added error to minification step
11 years ago
Julian Lam
e012479ab5
adding socket.io client lib into the minfile
11 years ago
Julian Lam
c2fd89e050
committing of compiled js and css to file on startup
11 years ago
Julian Lam
309ac6fec5
adding semver lib to scripts
11 years ago
Julian Lam
e5a35ce378
js propagation for cluster module, so only 1 thread minifies the js
11 years ago
Julian Lam
063a4e5628
finished up UX integration for in-topic searching, added mousetrap lib to capture ctrl-F only in topic view, closed #1800
11 years ago
Julian Lam
1d3aafc08f
adding sourceRoot to minified mapping
11 years ago
Julian Lam
2d9ca83ae0
better error messaging when js fails to compile when reloading
11 years ago
Julian Lam
0c4a788698
added callbacks to css and js reloading, issue #2010
11 years ago
Julian Lam
3e033043f3
on-demand reloading of client-side assets
11 years ago
Julian Lam
4d73a563c5
closed #1850
11 years ago
Julian Lam
e5be1d2840
closed #1910
11 years ago
Julian Lam
ce8bec5edb
fixed mapping in web inspector
11 years ago
Julian Lam
7cdcb83a98
fixed #1640
11 years ago
barisusakli
f288f80da6
meta.js refactor
11 years ago