Update Leaflet and Leaflet.Draw
This commit is contained in:
parent
617de1d446
commit
5dea3b95c8
1 changed files with 2 additions and 2 deletions
4
fabfile.py
vendored
4
fabfile.py
vendored
|
@ -251,8 +251,8 @@ def collect_remote_statics():
|
||||||
remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env)
|
remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env)
|
||||||
run('mkdir -p {0}'.format(remote_static_dir))
|
run('mkdir -p {0}'.format(remote_static_dir))
|
||||||
remote_repositories = {
|
remote_repositories = {
|
||||||
'leaflet': "git://github.com/Leaflet/Leaflet.git@stable",
|
'leaflet': "git://github.com/Leaflet/Leaflet.git@master",
|
||||||
'draw': "git://github.com/Leaflet/Leaflet.draw.git@master#v0.1.7",
|
'draw': "git://github.com/Leaflet/Leaflet.draw.git@master",
|
||||||
'hash': "git://github.com/mlevans/leaflet-hash.git@master",
|
'hash': "git://github.com/mlevans/leaflet-hash.git@master",
|
||||||
'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master',
|
'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master',
|
||||||
'edit_in_osm': 'git://github.com/yohanboniface/Leaflet.EditInOSM.git@master',
|
'edit_in_osm': 'git://github.com/yohanboniface/Leaflet.EditInOSM.git@master',
|
||||||
|
|
Loading…
Reference in a new issue