Skip to content

Commit

Permalink
Initial content
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Feb 8, 2012
1 parent 0a4f5ec commit e864102
Show file tree
Hide file tree
Showing 13 changed files with 13,232 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Makefile
@@ -0,0 +1,21 @@
all: p1pp.js

JS_FILES=\
src/p1pp_defs.js \
src/flash-websocket/swfobject.js \
src/flash-websocket/web_socket.js \
src/strophe/strophe.js \
src/strophe/strophe.bosh.js \
src/strophe/strophe.pubsub.js \
src/strophe/strophe.roster.js \
src/strophe/strophe.websocket.js \
src/p1pp.js

GOOGLE_CC = compiler.jar
JAVA = java

p1pp.js: $(JS_FILES)
@cat $(JS_FILES) > p1pp.js

p1pp.js.min: p1pp.js
@$(JAVA) -jar $(GOOGLE_CC) p1pp.js >p1pp.js.min
Binary file added WebSocketMain.swf
Binary file not shown.
6,519 changes: 6,519 additions & 0 deletions p1pp.js

Large diffs are not rendered by default.

163 changes: 163 additions & 0 deletions p1pp.js.min

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/flash-websocket/swfobject.js

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

0 comments on commit e864102

Please sign in to comment.