GitHub user busykai opened a pull request: https://github.com/apache/cordova-lib/pull/322
Keep module-to-plugin mapping at hand. This information is handy for various use-cases. E.g. for preview application to provide only the plugins which are used by the application (instead of all of them, since they are built-in in the preview app on the device). The other is simulation (taco-simulation does need this info). Instead of trying to (unreliably) recover this information from module list, just keep track of it when it's known (at the prepare stage). CC: @tony-- You can merge this pull request into a Git repository by running: $ git pull https://github.com/busykai/cordova-lib kai/module-plugin-meta Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-lib/pull/322.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #322 ---- commit 84b486eb7e988653ae3aae63affd47b825ccb81a Author: Arzhan Kinzhalin <arzhan.i.kinzha...@intel.com> Date: 2015-10-15T22:21:27Z Keep module-to-plugin mapping at hand. This information is handy for various use-cases. E.g. for preview application to provide only the plugins which are used by the application (instead of all of them, since they are built-in in the preview app on the device). The other is simulation (taco-simulation does need this info). Instead of trying to (unreliably) recover this information from module list, just keep track of it when it's known (at the prepare stage). ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org