Add vectortile branch
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Install closure compiler and linter.
|
||||
cd ..
|
||||
git clone https://github.com/google/closure-compiler.git
|
||||
git clone https://github.com/google/closure-linter.git
|
||||
cd closure-compiler
|
||||
ant jar
|
||||
cd ../closure-linter
|
||||
python ./setup.py install --user
|
||||
cd ../closure-library
|
||||
Reference in New Issue
Block a user