Skip to content

Commit

Permalink
video recording
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Mar 3, 2013
1 parent b74acc9 commit 66f9ca2
Show file tree
Hide file tree
Showing 14 changed files with 963 additions and 595 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build: components lib
@rm -rf dist
@mkdir -p dist
@coffee -o dist -c lib/holla.coffee lib/Call.coffee lib/RTC.coffee
@coffee -o dist -c lib/holla.coffee lib/Call.coffee lib/shims.coffee
@component build --standalone holla
@mv build/build.js holla.js
@rm -rf build
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"scripts": [
"dist/holla.js",
"dist/Call.js",
"dist/RTC.js"
"dist/shims.js"
]
}
18 changes: 9 additions & 9 deletions dist/Call.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

222 changes: 0 additions & 222 deletions dist/RTC.js

This file was deleted.

17 changes: 9 additions & 8 deletions dist/holla.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 66f9ca2

Please sign in to comment.