mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Removed old pluginfw stuff
This commit is contained in:
parent
73aa0687b8
commit
81440cd856
9 changed files with 15 additions and 275 deletions
|
@ -1,6 +1,6 @@
|
|||
var path = require('path');
|
||||
var minify = require('../../utils/Minify');
|
||||
var plugins = require("../../pluginfw/plugins");
|
||||
var plugins = require("ep_etherpad-lite/static/js/pluginfw/plugins");
|
||||
|
||||
exports.expressCreateServer = function (hook_name, args, cb) {
|
||||
//serve static files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue