mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-08 03:02:03 +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 = [
|
var LIBRARY_WHITELIST = [
|
||||||
'security'
|
'security'
|
||||||
|
, 'underscore'
|
||||||
];
|
];
|
||||||
|
|
||||||
// Rewrite tar to include modules with no extensions and proper rooted paths.
|
// Rewrite tar to include modules with no extensions and proper rooted paths.
|
||||||
|
|
|
@ -59,6 +59,8 @@
|
||||||
, "jquery.js"
|
, "jquery.js"
|
||||||
, "rjquery.js"
|
, "rjquery.js"
|
||||||
, "underscore.js"
|
, "underscore.js"
|
||||||
|
, "$underscore.js"
|
||||||
|
, "$underscore/underscore.js"
|
||||||
, "security.js"
|
, "security.js"
|
||||||
, "$security.js"
|
, "$security.js"
|
||||||
, "json2.js"
|
, "json2.js"
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue