Last active
August 24, 2017 02:49
-
-
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/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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