Skip to content

Commit

Permalink
fix component dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Feb 20, 2013
1 parent ae8874e commit b74acc9
Show file tree
Hide file tree
Showing 4 changed files with 641 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build: components lib
@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
185 changes: 185 additions & 0 deletions dist/Call.js

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

Loading

0 comments on commit b74acc9

Please sign in to comment.