Skip to content

Commit

Permalink
begin
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Feb 19, 2013
1 parent 26396d5 commit 00195e3
Show file tree
Hide file tree
Showing 9 changed files with 880 additions and 1,273 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
build: components lib
@rm -rf dist
@mkdir dist
@coffee -o dist -c lib/holla.coffee lib/Call.coffee
@mkdir -p dist
@coffee -b -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
@rm -rf build dist
@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 All @@ -14,4 +14,4 @@ components: component.json
@component install --dev

clean:
rm -fr components
rm -rf components holla.js holla.min.js dist build
191 changes: 0 additions & 191 deletions dist/Call.js

This file was deleted.

Loading

0 comments on commit 00195e3

Please sign in to comment.