Skip to content

Commit

Permalink
firefox support done
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Feb 19, 2013
1 parent 00195e3 commit 58e9f49
Show file tree
Hide file tree
Showing 12 changed files with 1,599 additions and 810 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
build: components lib
@rm -rf dist
@mkdir -p dist
@coffee -b -o dist -c lib/holla.coffee lib/Call.coffee lib/RTC.coffee
@coffee -o dist -c lib/holla.coffee lib/Call.coffee lib/RTC.coffee
@component build --standalone holla
@mv build/build.js holla.js
@rm -rf build dist
@rm -rf build
@node_modules/.bin/uglifyjs -nc --unsafe -mt -o holla.min.js holla.js
@echo "File size (minified): " && cat holla.min.js | wc -c
@echo "File size (gzipped): " && cat holla.min.js | gzip -9f | wc -c
Expand Down
3 changes: 2 additions & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"main": "dist/holla.js",
"scripts": [
"dist/holla.js",
"dist/Call.js"
"dist/Call.js",
"dist/RTC.js"
]
}
182 changes: 182 additions & 0 deletions dist/Call.js

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

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

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

Loading

0 comments on commit 58e9f49

Please sign in to comment.