diff options
author | Chad Weider <cweider@oofn.net> | 2012-05-11 18:32:17 -0700 |
---|---|---|
committer | Chad Weider <cweider@oofn.net> | 2012-09-09 18:18:59 -0700 |
commit | 8e735b0841d22a8563df76301082ec9908e8769a (patch) | |
tree | ee8d7ab3490b2e0292d961847661f5cb82e75cd4 /src/node/utils/Minify.js | |
parent | b47f6ae905519b8919527cba49ebd409f479090d (diff) | |
download | etherpad-lite-8e735b0841d22a8563df76301082ec9908e8769a.zip |
Use packaged edition of underscore.
Diffstat (limited to 'src/node/utils/Minify.js')
-rw-r--r-- | src/node/utils/Minify.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/utils/Minify.js b/src/node/utils/Minify.js index a08535ce..a6db7f92 100644 --- a/src/node/utils/Minify.js +++ b/src/node/utils/Minify.js @@ -38,6 +38,7 @@ var tar = JSON.parse(fs.readFileSync(TAR_PATH, 'utf8')); var LIBRARY_WHITELIST = [ 'security' + , 'underscore' ]; // Rewrite tar to include modules with no extensions and proper rooted paths. |