-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
recordrtc@5.5.8 - RecordRTCPromisesHandler now supports more functions.
- Loading branch information
Showing
58 changed files
with
590 additions
and
229 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,34 @@ | ||
## Contribute to RecordRTC! | ||
|
||
```sh | ||
mkdir node_modules | ||
npm install --save-dev | ||
|
||
# install grunt for code style verifications | ||
npm install grunt-cli@0.1.13 -g | ||
|
||
npm install grunt@0.4.5 | ||
npm install grunt-bump@0.7.0 | ||
npm install grunt-cli@0.1.13 | ||
npm install grunt-contrib-clean@0.6.0 | ||
npm install grunt-contrib-concat@0.5.1 | ||
npm install grunt-contrib-copy@0.8.2 | ||
npm install grunt-contrib-uglify@0.11.0 | ||
npm install grunt-contrib-watch@1.1.0 | ||
npm install grunt-jsbeautifier@0.2.10 | ||
npm install grunt-replace@0.11.0 | ||
npm install load-grunt-tasks@3.4.0 | ||
``` | ||
|
||
## Compile distribution | ||
|
||
```sh | ||
grunt | ||
|
||
# or auto compile | ||
grunt watch | ||
``` | ||
|
||
It will generate `RecordRTC.js` and `RecordRTC.min.js` in the main directory. | ||
|
||
# Success? Make a pull request! |
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
Oops, something went wrong.