Add Leaflet.MiniMap in remote_statics
This commit is contained in:
parent
ea235006b1
commit
7bbfdf579e
1 changed files with 2 additions and 0 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -255,6 +255,8 @@ def collect_remote_statics():
|
|||
'draw': "git://github.com/Leaflet/Leaflet.draw.git@master",
|
||||
'hash': "git://github.com/mlevans/leaflet-hash.git@master",
|
||||
'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master',
|
||||
'edit_in_osm': 'git://github.com/yohanboniface/Leaflet.EditInOSM.git@master',
|
||||
'minimap': 'git://github.com/Norkart/Leaflet-MiniMap.git@master',
|
||||
}
|
||||
with cd(remote_static_dir):
|
||||
for subdir, path in remote_repositories.iteritems():
|
||||
|
|
Loading…
Reference in a new issue