Skip to content

Instantly share code, notes, and snippets.

@imelgrat
Last active August 24, 2017 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imelgrat/674a2c9cfc0485802d5d to your computer and use it in GitHub Desktop.
Save imelgrat/674a2c9cfc0485802d5d to your computer and use it in GitHub Desktop.
Cordova configuration file with external repositories. Full article at: http://imelgrat.me/phonegap/apache-cordova-compile-faster-netbeans/
org.apache.cordova.device=https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
org.apache.cordova.network-information=https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git
org.apache.cordova.geolocation=https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
org.apache.cordova.splashscreen=https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
org.apache.cordova.file=https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git
org.apache.cordova.dialogs=https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git
org.apache.cordova.file-transfer=https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment