Skip to content

Commit 98b6a24

Browse files
author
Daniel Zamorano
committed
In Build, initialize submodules before pull.
1 parent 6b73dc2 commit 98b6a24

File tree

4 files changed

+691
-14
lines changed

4 files changed

+691
-14
lines changed

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ commit=`git rev-parse --short=10 HEAD`
1515
whoami=`whoami`
1616

1717
# Update submodules
18+
git submodule init libs/FileSaver.js/
19+
git submodule init libs/adler32cs.js/
20+
git submodule init libs/Blob.js/
21+
1822
git submodule foreach git pull origin master
1923

2024
echo "Building version ${version}"

0 commit comments

Comments
 (0)