mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix call to getCordovaDependenciesFromStar
Not sure how this happened... maybe mistake during rebase?
This commit is contained in:
@@ -802,7 +802,8 @@ var buildCordova = function (localPath, platforms, options) {
|
||||
|
||||
ensureCordovaPlatforms(localPath);
|
||||
ensureCordovaPlugins(localPath, _.extend({}, options, {
|
||||
packagePlugins: getCordovaDependenciesFromStar(bundle.starManifest)
|
||||
packagePlugins: cordova.getCordovaDependenciesFromStar(
|
||||
bundle.starManifest)
|
||||
}));
|
||||
|
||||
// XXX hack, copy files from app folder one level up
|
||||
|
||||
Reference in New Issue
Block a user