Github user fredgalvao commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/696#discussion_r113359587 --- Diff: www/docs/en/dev/config_ref/index.md --- @@ -470,6 +470,23 @@ Examples: <hook type="after_plugin_install" src="scripts/afterPluginInstall.js" /> ``` +## resource-file + +This tag installs resource files into your platform, and is similar to the same tag in plugin.xml. This tag is currently only supported on `cordova-ios@4.4.0` or greater and `cordova-android@6.2.1` or greater. + +Attributes(type) <br/> <span class="sub-header">Only for platform:</span> | Description +---------------- | ------------ +src(string) <br/> ==iOS== ==Android==| *Required* <br/> Location of the file relative to `plugin.xml`. If the src file can't be found, the CLI stops and reverses the installation, issues a notification about the problem, and exits with a non-zero code. --- End diff -- The description consider the context to be of a plugin, which is fortunately not the case anymore.
--- 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