mirror of https://github.com/grpc/grpc-web.git
one more small fix
This commit is contained in:
parent
89112899e9
commit
c18f0c78af
|
|
@ -29,6 +29,7 @@ cd "$pwd"/../third_party/grpc/third_party/protobuf && \
|
|||
cd "$pwd"/../ && \
|
||||
curl http://dl.google.com/closure-compiler/compiler-latest.zip \
|
||||
-o compiler-latest.zip && \
|
||||
rm -f closure-compiler.jar && \
|
||||
unzip -p -qq -o compiler-latest.zip *.jar > closure-compiler.jar && \
|
||||
make example && \
|
||||
make install-example
|
||||
|
|
|
|||
Loading…
Reference in New Issue