Skip to content

Commit

Permalink
add grunt files and add readme section for contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
songz committed Aug 18, 2014
1 parent 2732657 commit c4cd908
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ Have Fun!

----

## Contribute
1. Run `npm install` to install the necessary grunt files
2. Run `grunt watch` to run grunt tasks automatically after modifying files. This compiles the coffee files to JS and concatenates them
2. Modify JS components in `src/js/`
2. Modify iOS components in `src/ios/`
2. Modify Android components in `src/android/`
2. Send pull request!

----

## [Documentation for Cordova Plugin](/opentok/PhoneGap-Plugin/blob/master/docs/README.md)

----
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.3.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "^0.6.1"
"grunt-contrib-watch": "~0.6.1"
}
}

0 comments on commit c4cd908

Please sign in to comment.