mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Use packaged edition of underscore.
This commit is contained in:
parent
b47f6ae905
commit
8e735b0841
3 changed files with 4 additions and 999 deletions
|
@ -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.
|
||||
|
|
|
@ -59,6 +59,8 @@
|
|||
, "jquery.js"
|
||||
, "rjquery.js"
|
||||
, "underscore.js"
|
||||
, "$underscore.js"
|
||||
, "$underscore/underscore.js"
|
||||
, "security.js"
|
||||
, "$security.js"
|
||||
, "json2.js"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue