mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
Minify now supports plugins
This commit is contained in:
parent
fd5b7c1080
commit
2c7b84ca3e
4 changed files with 41 additions and 24 deletions
|
@ -297,6 +297,7 @@
|
|||
var clientVars = {};
|
||||
(function () {
|
||||
require.setRootURI("../minified/");
|
||||
require.setLibraryURI("../minified/plugins/");
|
||||
require.setGlobalKeyPath("require");
|
||||
require('/pad').init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue