Use packaged edition of async.

This commit is contained in:
Chad Weider 2012-05-28 17:22:57 -07:00
parent 8e735b0841
commit 0da4acfdb5
4 changed files with 5 additions and 693 deletions

View file

@ -37,7 +37,8 @@ var tar = JSON.parse(fs.readFileSync(TAR_PATH, 'utf8'));
var LIBRARY_WHITELIST = [
'security'
'async'
, 'security'
, 'underscore'
];

View file

@ -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"
]
}