Skip to content

Commit

Permalink
Switched to v3.7 GMaps externs file, recompiled with CoffeeScript 1.3…
Browse files Browse the repository at this point in the history
….1 and Closure Compiler 20120305
  • Loading branch information
jawj committed Apr 12, 2012
1 parent b43576f commit 4ec423e
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 35 deletions.
2 changes: 1 addition & 1 deletion build/build.sh
Expand Up @@ -12,7 +12,7 @@ coffee --output $OUTDIR --compile ${INDIR}${INPREFIX}.coffee
java -jar ~/bin/closure-compiler.jar \
--compilation_level ADVANCED_OPTIMIZATIONS \
--js ${OUTDIR}${INPREFIX}.js \
--externs google_maps_api_v3_5.js \
--externs google_maps_api_v3_7.js \
--output_wrapper '(function(){%output%}).call(this);' \
> $OUTFILE

Expand Down

0 comments on commit 4ec423e

Please sign in to comment.