From 7137673d5dece30b5cc748eb406428805a4787ea Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 16 Nov 2013 15:46:47 +0100 Subject: [PATCH] Add markercluster plugin in fabfile --- fabfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fabfile.py b/fabfile.py index 97fead00..f976b085 100644 --- a/fabfile.py +++ b/fabfile.py @@ -249,6 +249,7 @@ def collect_remote_statics(): 'osmtogeojson': 'git://github.com/aaronlidman/osm-and-geojson.git@master', 'loading': 'git://github.com/ebrelsford/Leaflet.loading.git@master', 'contextmenu': 'git://github.com/aratcliffe/Leaflet.contextmenu.git@master', + 'markercluster': 'git://github.com/Leaflet/Leaflet.markercluster.git@master', } with cd(remote_static_dir): for subdir, path in remote_repositories.iteritems():