Skip to content

Commit

Permalink
add developers doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Oberstein committed Oct 9, 2015
1 parent 3e7f892 commit d5251c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Google Closure

For building the browser version of AutobahnJS, you will need the [Google Closure Compiler](https://developers.google.com/closure/compiler/index).

Download from [here](https://dl.google.com/closure-compiler/compiler-latest.zip).

cd ~
wget https://dl.google.com/closure-compiler/compiler-latest.zip
unzip -o compiler-latest.zip

Set `$JS_COMPILER` to `${HOME}/compiler.jar`.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ bundle:

clean:
rm -rf build

closure_version:
java -jar ${JS_COMPILER} --version

0 comments on commit d5251c5

Please sign in to comment.