mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Use packaged edition of async.
This commit is contained in:
parent
8e735b0841
commit
0da4acfdb5
4 changed files with 5 additions and 693 deletions
|
@ -37,7 +37,8 @@ var tar = JSON.parse(fs.readFileSync(TAR_PATH, 'utf8'));
|
|||
|
||||
|
||||
var LIBRARY_WHITELIST = [
|
||||
'security'
|
||||
'async'
|
||||
, 'security'
|
||||
, 'underscore'
|
||||
];
|
||||
|
||||
|
|
|
@ -58,6 +58,8 @@
|
|||
"ace2_common.js"
|
||||
, "jquery.js"
|
||||
, "rjquery.js"
|
||||
, "$async.js"
|
||||
, "$async/lib/async.js"
|
||||
, "underscore.js"
|
||||
, "$underscore.js"
|
||||
, "$underscore/underscore.js"
|
||||
|
@ -66,7 +68,6 @@
|
|||
, "json2.js"
|
||||
, "pluginfw/plugins.js"
|
||||
, "pluginfw/hooks.js"
|
||||
, "pluginfw/async.js"
|
||||
, "pluginfw/parent_require.js"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue