92 Commits (cf7540d41c14e09a11d56e62c2220b18d1d5620b)

Author SHA1 Message Date
Julian Lam cf7540d41c appeasing Travis CI, 'cause fuck code reuse, right? 9 years ago
Julian Lam 55bcc28e0e closes #4831 9 years ago
AdJones 693e724802 Fixing issue where the relative path was ignored for express modules (#4621)
* Fixing issue where the relative path was ignored for express modules

* Fixing issue where the relative path was ignored for express modules (without the console log lines!)
9 years ago
Julian Lam 1d7a5f58e2 fixes #4576 9 years ago
psychobunny d83a1987eb fix routing of rjs modules 9 years ago
Julian Lam b6a10c7729 removed console log 9 years ago
Julian Lam 94a505a6bb removed symlink logic and using route bridging instead.
Also allowed plugins to define modules from their plugin.json
9 years ago
Julian Lam f91f705f90 Merge branch 'master' into fix-vendors 9 years ago
psychobunny 359b1fbe1a cleanup 9 years ago
psychobunny e2bc5f241a optimizing process.send for js minification 9 years ago
psychobunny acd24d856f run tasks in series to speed up startup time 9 years ago
Julian Lam 8013f124da fixes #4471 9 years ago
psychobunny aa2af345f9 removed unused deps 9 years ago
psychobunny 329a7a1e08 @barisusakli fixing minfile caching for multiple processes 9 years ago
Julian Lam 3f2872979f added buzz 9 years ago
Julian Lam 44aae7daa5 removed hammer, updated semver, added mousetrap 9 years ago
Julian Lam e1323c0295 Updated js code so vendors can be added to the modules folder, so
they can be required properly and we can finally get rid of that
really annoying "mismatched anonymous" error in Require.js.

First module to make the transition: Chart.js
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 10 years ago
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
10 years ago
barisusakli 9040a1a063 concat minimize most common routes 10 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