Skip to content

Commit

Permalink
Add to the app
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimard committed Dec 23, 2013
1 parent 23ea3d5 commit 350c877
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,24 @@ grunt-angular-phonegap-example

An example project with dsimard/grunt-angular-phonegap

1. Create phonegap project : 2d14bf17f776350b0ba993e991f96ceef0426f3b
2. User latest phonegap version : c66d368d06340f784a2b33d9fa79ca2fb12af00d
## Step 1

Create phonegap project : 2d14bf17f776350b0ba993e991f96ceef0426f3b


## Step 2

User latest phonegap version : c66d368d06340f784a2b33d9fa79ca2fb12af00d


## Step 3

Initialize angular application : 23ea3d50334bb7bc36948a39df440fc1058bf8bb

You will be ask to overwrite `.gitignore`. **Do not accept**. Instead, press `d` for difference
and copy the added lines in your clipboard to paste later. Then press `n` for no.

# Step 4

Add `grunt-angular-phonegap` to the app :

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"karma-requirejs": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.1",
"karma": "~0.10.8",
"karma-ng-html2js-preprocessor": "~0.1.0"
"karma-ng-html2js-preprocessor": "~0.1.0",
"grunt-shell": "~0.5.0",
"grunt-angular-phonegap": "~0.1.2"
},
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit 350c877

Please sign in to comment.