Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/0.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Jun 13, 2012
2 parents fa26f7b + 017b4a0 commit d65e695
Show file tree
Hide file tree
Showing 15 changed files with 4,144 additions and 1,420 deletions.
7 changes: 4 additions & 3 deletions check.sh
Expand Up @@ -3,6 +3,7 @@
# Sorry, this script is not completed and probably you cannot use this.

java -jar compiler.jar \
--js public/javascripts/caretposition.js \
--js public/javascripts/star_chat.js \
--js public/javascripts/star_chat/icons.js \
--js public/javascripts/star_chat/packet_processor.js \
Expand All @@ -14,7 +15,7 @@ java -jar compiler.jar \
--js public/javascripts/star_chat/view.js \
--js public/javascripts/star_chat/hashchange.js \
--js public/javascripts/main.js \
--jscomp_error=checkTypes \
--jscomp_error checkTypes \
--compilation_level ADVANCED_OPTIMIZATIONS \
--externs jquery-1.7.extern.js \
--js_output_file tmp.js
--externs jquery-1.7.extern.js > /dev/null

0 comments on commit d65e695

Please sign in to comment.