mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
Run npm in a separate worker process
This commit is contained in:
parent
44f817da01
commit
b8870a7586
4 changed files with 47 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
var plugins = require("ep_etherpad-lite/static/js/pluginfw/plugins");
|
||||
var hooks = require("ep_etherpad-lite/static/js/pluginfw/hooks");
|
||||
var npm = require("npm");
|
||||
var npm = require("./npm-master");
|
||||
|
||||
var npmIsLoaded = false;
|
||||
var withNpm = function (npmfn) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue