Github user purplecabbage commented on a diff in the pull request:

    https://github.com/apache/cordova-lib/pull/66#discussion_r15545303
  
    --- Diff: cordova-lib/src/plugman/install.js ---
    @@ -571,7 +571,11 @@ function handleInstall(actions, pluginInfo, platform, 
project_dir, plugins_dir,
             // queue up the plugin so prepare knows what to do.
             config_changes.add_installed_plugin_to_prepare_queue(plugins_dir, 
pluginInfo.id, platform, filtered_variables, options.is_top_level);
             // call prepare after a successful install
    -        plugman.prepare(project_dir, platform, plugins_dir, 
options.www_dir, options.is_top_level);
    +        if (options.browserify) {
    --- End diff --
    
    conditional check not required here ...
    See: https://github.com/apache/cordova-lib/pull/66#discussion_r15545141



---
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.
---

Reply via email to