From 7bbfdf579e0790b5b7737d0f515677d7df765042 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 31 Jan 2013 21:29:10 +0100 Subject: [PATCH] Add Leaflet.MiniMap in remote_statics --- fabfile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fabfile.py b/fabfile.py index 847cc831..ce3085e0 100644 --- a/fabfile.py +++ b/fabfile.py @@ -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():