summaryrefslogtreecommitdiff
path: root/src/node/utils
diff options
context:
space:
mode:
authorChad Weider <cweider@oofn.net>2012-05-14 18:12:31 -0700
committerChad Weider <cweider@oofn.net>2012-05-14 18:20:16 -0700
commit9b0e2287aa714ce41f3af71c555ec505855be186 (patch)
treecf6311a707c173e6987eccdb39369336cb8a0a6a /src/node/utils
parent1a2c6425e10a687ac5b0bc18727fec77f34e55e6 (diff)
downloadetherpad-lite-9b0e2287aa714ce41f3af71c555ec505855be186.zip
Add plugin framwork to common package.
Diffstat (limited to 'src/node/utils')
-rw-r--r--src/node/utils/tar.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/node/utils/tar.json b/src/node/utils/tar.json
index 93af6bf3..461e5197 100644
--- a/src/node/utils/tar.json
+++ b/src/node/utils/tar.json
@@ -63,5 +63,9 @@
, "underscore.js"
, "security.js"
, "json2.js"
+ , "pluginfw/plugins.js"
+ , "pluginfw/hooks.js"
+ , "pluginfw/async.js"
+ , "pluginfw/parent_require.js"
]
}