forked from butorenjin/easyrtc
-
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.
For changes see /docs/easyrtc_changelog.md
- Loading branch information
Showing
184 changed files
with
55,100 additions
and
16,021 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,3 @@ | ||
{ | ||
"directory": "./bower_components" | ||
} |
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,24 @@ | ||
{ | ||
"ids": false, | ||
"import": false, | ||
"important": false, | ||
"box-sizing": false, | ||
"box-model": false, | ||
"adjoining-classes": false, | ||
"star-property-hack": false, | ||
"overqualified-elements": false, | ||
"display-property-grouping": false, | ||
"regex-selectors": false, | ||
"fallback-colors": false, | ||
"font-sizes": false, | ||
"font-faces": false, | ||
"floats": false, | ||
"outline-none": false, | ||
"qualified-headings": false, | ||
"text-indent": false, | ||
"unique-headings": false, | ||
"universal-selector": false, | ||
"unqualified-attributes": false, | ||
"gradients": false, | ||
"empty-rules": false | ||
} |
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 |
---|---|---|
|
@@ -180,3 +180,5 @@ nbproject | |
/.idea | ||
desktopCapture | ||
/api/labs/desktopCapture | ||
test/reports/ | ||
bower_components/ |
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,12 @@ | ||
{ | ||
"attr-lowercase": true, | ||
"attr-value-double-quotes": true, | ||
"attr-value-not-empty": false, | ||
"doctype-html5": true, | ||
"head-script-disabled": true, | ||
"id-unique": false, | ||
"img-alt-require": true, | ||
"style-disabled": true, | ||
"tag-self-close": true, | ||
"tagname-lowercase": true | ||
} |
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,2 +1,8 @@ | ||
The adapter.js file comes from https://github.com/webrtc/adapter, | ||
commit a7fcf7d. | ||
The easyrtc.js file is built from the easyrtc_int.js file. | ||
To build it, | ||
|
||
go to the top level easyrtc directory | ||
execute "bower install" | ||
execute "grunt build_api" | ||
|
||
You will need to install grunt first. |
Oops, something went wrong.