mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
require(ep_pluginname/static/blabla); now works both on client and server
This commit is contained in:
parent
ac7ad6b519
commit
fd5b7c1080
3 changed files with 13 additions and 10 deletions
|
@ -27,7 +27,6 @@ var db = require('./db/DB');
|
|||
var async = require('async');
|
||||
var express = require('express');
|
||||
var path = require('path');
|
||||
require("./pluginfw/require"); // Load globals
|
||||
var plugins = require("./pluginfw/plugins");
|
||||
var hooks = require("./pluginfw/hooks");
|
||||
var npm = require("npm/lib/npm.js");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue