diff options
author | Egil Moeller <egil.moller@freecode.no> | 2012-02-26 22:01:52 +0100 |
---|---|---|
committer | Egil Moeller <egil.moller@freecode.no> | 2012-02-26 22:01:52 +0100 |
commit | 2c7b84ca3ef6eac2a0773bedf47f4d69564e7236 (patch) | |
tree | 54f627a047aa17c540f40b5f5d992d3ed4a4c254 /src/static | |
parent | fd5b7c1080d605caba658c0c4913e298ef0184c2 (diff) | |
download | etherpad-lite-2c7b84ca3ef6eac2a0773bedf47f4d69564e7236.zip |
Minify now supports plugins
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/pad.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/pad.html b/src/static/pad.html index 710b0f01..0edf20b0 100644 --- a/src/static/pad.html +++ b/src/static/pad.html @@ -297,6 +297,7 @@ var clientVars = {}; (function () { require.setRootURI("../minified/"); + require.setLibraryURI("../minified/plugins/"); require.setGlobalKeyPath("require"); require('/pad').init(); |