Github user vladimir-kotikov commented on the pull request:

    https://github.com/apache/cordova-lib/pull/423#issuecomment-208311472
  
    The config file transformations are already handled during both plugin 
add/rm and prepare. Consider the following code: 
[Api.js#L233-L237](https://github.com/apache/cordova-android/blob/master/bin/templates/cordova/Api.js#L233-L237).
 It calls `add_plugin_changes` from 
[ConfigChanges.js#L128](https://github.com/apache/cordova-lib/blob/master/cordova-common/src/ConfigChanges/ConfigChanges.js#L128)
 which:
      1. saves these transormations into `<platform>.json` for further usage and
      2.  applies these transformations immediately (see 
[ConfigChanges.js#L160](https://github.com/apache/cordova-lib/blob/master/cordova-common/src/ConfigChanges/ConfigChanges.js#L160)).
    
    So right now the only goal of calling `prepare` right after `plugin add` is 
to copy www files.


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

Reply via email to