diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-12-21 10:38:56 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-12-22 15:41:10 -0800 |
commit | 317b2bf42fc16b629abcd0a984d4acc14070904f (patch) | |
tree | f77903d6514c1fd1ea3cf24cb33644e3719ee92e /.gitmodules | |
parent | 531c983b73f01c3894a8984077620ed633351b20 (diff) | |
download | qtlocation-mapboxgl-317b2bf42fc16b629abcd0a984d4acc14070904f.tar.gz |
[build] Use a submodule for mapbox-gl-js rather than an npm dependency
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index af156810c6..9a9f6c1ed1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,3 +12,6 @@ [submodule "platform/ios/uitest/OHHTTPStubs"] path = platform/ios/uitest/OHHTTPStubs url = https://github.com/AliSoftware/OHHTTPStubs.git +[submodule "mapbox-gl-js"] + path = mapbox-gl-js + url = git://github.com/mapbox/mapbox-gl-js.git |