77 Commits (e3e41e2c6522327af090f3de07ca2f424b33cd16)

Author SHA1 Message Date
psychobunny aa2af345f9 removed unused deps 9 years ago
psychobunny 329a7a1e08 @barisusakli fixing minfile caching for multiple processes 9 years ago
barisusakli 3336365e53 closes #4024 9 years ago
barisusakli c2e1426e57 fix syntax error, and actually show error if minification fails 9 years ago
psychobunny e017ad432f closes #3810 9 years ago
psychobunny 1853cc3cc1 better messaging for each minification process 9 years ago
psychobunny f94cd21f83 #3875 filter:scripts.get now acts like filter:admin.scripts.get; does not get minified 9 years ago
psychobunny 42c0b973f1 closes #3134 9 years ago
psychobunny 5e4ef52911 some more cleanup 9 years ago
psychobunny 3cc5e1473f cleanup / lint before diving in 9 years ago
psychobunny f17fa3ca11 minify flag not actually being used 9 years ago
Schamper 6b21e34c76 Also clean the minifier process options if the --debug option is used 9 years ago
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
9 years ago
barisusakli 9040a1a063 concat minimize most common routes 9 years ago
barisusakli ca294fc6ec closes #3663 10 years ago
barisusakli fbfb39f967 moved socket connection out of app.js 10 years ago
barisusakli a64cbbc6df #3573 10 years ago
Barış Soner Uşaklı a2bf7d4230 Merge pull request #2895 from EvSpirit/master
#2893 increment --debug-brk port value when forking js-minifier child pr...
10 years ago
Julian Lam 3d9415b65e Fixes #3442 10 years ago
Julian Lam 2d70733fa5 updated dependencies to use latest UglifyJS2, instead of my year-old fork 10 years ago
barisusakli 8e74d8f4fa removed parallel 10 years ago
psychobunny 15a8ebaeff only load rjs modules that are required on startup 10 years ago
psychobunny 0ad1c8afbf forgot to add pagination to default minified file 10 years ago
psychobunny b0907b8c3c minify some modules that are required on cold load 10 years ago
psychobunny 7564881298 don't minify files in /client
adds an extra call to the client/route.js file on cold load but cuts a
ton of extra weight in nodebb.min.js
10 years ago
psychobunny febc359e53 moved sortable to acp only 10 years ago
psychobunny f8b3282295 closes #3141 10 years ago
psychobunny ef6c30ad99 removed some unused variables 10 years ago
Nicolas Siver 3197a9e47c register vendor script 10 years ago
Julian Lam 47a7ab15be refactored translator system to be a require.js module, and not a global 10 years ago
EvSpirit 8a6c189d80 #2893 increment --debug-brk port value when forking js-minifier child process 10 years ago
EvSpirit 3bd2f53056 #2893 increment --debug-brk port value when forking js-minifier child process 10 years ago
barisusakli 810d3be512 closes #2593 10 years ago
psychobunny 54cbbe2844 components system 10 years ago
Barış Soner Uşaklı eda98a35ea closes #2862 10 years ago
psychobunny 6d4b658579 using unminified version of autosize 10 years ago
psychobunny 5e3a990f2d added vendor/autosize 10 years ago
Julian Lam 5d7b46935d fixing issue where grunt wouldn't read js from file properly if nodebb wasn't run in production mode at least once 10 years ago
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