Add Leaflet.MiniMap in remote_statics

This commit is contained in:
Yohan Boniface 2013-01-31 21:29:10 +01:00
parent ea235006b1
commit 7bbfdf579e

2
fabfile.py vendored
View file

@ -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():