forked from FirstLegoLeague/fllscoring
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use grunt-phonegap for phonegap (remote) builds
- Loading branch information
Nicky Gerritsen
committed
Nov 19, 2014
1 parent
258b9c4
commit fee3fbc
Showing
7 changed files
with
61 additions
and
47 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"lib": { | ||
"www": { | ||
"id": "com.phonegap.hello-world", | ||
"version": "master", | ||
"uri": "https://github.com/phonegap/phonegap-app-hello-world/archive/master.tar.gz", | ||
"link": false | ||
} | ||
}, | ||
"phonegap": { | ||
// Replace 123456 with your phoengap build app ID | ||
"id": 123456 | ||
} | ||
} |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,9 @@ | ||
/* | ||
example phonegap build config file | ||
copy and rename to "pgbuildconfig.json" | ||
then run "grunt phonegap" | ||
*/ | ||
{ | ||
"appId": "123456", | ||
"user": { | ||
"email": "[email protected]" | ||
} | ||
} | ||
|
||
/* | ||
or use a phonegap build token | ||
{ | ||
"appId": "123456", | ||
"user": { | ||
"token": "ABCD123409876XYZ" | ||
} | ||
} | ||
*/ | ||
/* | ||
example phonegap build config file | ||
copy and rename to "pgbuildconfig.json" | ||
then run "grunt phonegap" | ||
*/ | ||
{ | ||
"username": "[email protected]", | ||
"password": "mysecretpassord" | ||
} |
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
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