Add markercluster plugin in fabfile

This commit is contained in:
Yohan Boniface 2013-11-16 15:46:47 +01:00
parent 802f35fc74
commit 7137673d5d

1
fabfile.py vendored
View file

@ -249,6 +249,7 @@ def collect_remote_statics():
'osmtogeojson': 'git://github.com/aaronlidman/osm-and-geojson.git@master', 'osmtogeojson': 'git://github.com/aaronlidman/osm-and-geojson.git@master',
'loading': 'git://github.com/ebrelsford/Leaflet.loading.git@master', 'loading': 'git://github.com/ebrelsford/Leaflet.loading.git@master',
'contextmenu': 'git://github.com/aratcliffe/Leaflet.contextmenu.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): with cd(remote_static_dir):
for subdir, path in remote_repositories.iteritems(): for subdir, path in remote_repositories.iteritems():