Use packaged edition of security module.

This commit is contained in:
Chad Weider 2012-05-11 18:16:20 -07:00
parent c4fa2ecddb
commit b47f6ae905
4 changed files with 6 additions and 39 deletions

View file

@ -36,7 +36,9 @@ var TAR_PATH = path.join(__dirname, 'tar.json');
var tar = JSON.parse(fs.readFileSync(TAR_PATH, 'utf8'));
var LIBRARY_WHITELIST = [];
var LIBRARY_WHITELIST = [
'security'
];
// Rewrite tar to include modules with no extensions and proper rooted paths.
var LIBRARY_PREFIX = 'ep_etherpad-lite/static/js';

View file

@ -60,6 +60,7 @@
, "rjquery.js"
, "underscore.js"
, "security.js"
, "$security.js"
, "json2.js"
, "pluginfw/plugins.js"
, "pluginfw/hooks.js"