diff --git a/download-libs.sh b/download-libs.sh index 9394c19..36893f5 100755 --- a/download-libs.sh +++ b/download-libs.sh @@ -58,7 +58,7 @@ if [ ! -d $THIRD_PARTY_DIRECTORY ]; then mkdir $THIRD_PARTY_DIRECTORY fi cd $THIRD_PARTY_DIRECTORY - +git init git submodule add -f https://github.com/google/closure-compiler closure-compiler git submodule add -f https://github.com/google/closure-library closure-library git submodule add -f https://github.com/google/closure-stylesheets closure-stylesheets