Skip to content

Commit

Permalink
add build and run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumen Rusanov authored and Rumen Rusanov committed Mar 20, 2015
1 parent 0f3f58a commit adb77ec
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .data/build_android
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

grunt pg
cd phonegap
phonegap build android
5 changes: 5 additions & 0 deletions .data/build_ios
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

grunt pg
cd phonegap
phonegap build ios
5 changes: 5 additions & 0 deletions .data/run_android
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

grunt pg
cd phonegap
phonegap run android
5 changes: 5 additions & 0 deletions .data/run_ios
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

grunt pg
cd phonegap
phonegap run ios

0 comments on commit adb77ec

Please sign in to comment.