Use stable branch of Leaflet now on
This commit is contained in:
parent
0a03712763
commit
9ffc90ba1a
1 changed files with 1 additions and 1 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -251,7 +251,7 @@ def collect_remote_statics():
|
||||||
remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env)
|
remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env)
|
||||||
run('mkdir -p {0}'.format(remote_static_dir))
|
run('mkdir -p {0}'.format(remote_static_dir))
|
||||||
remote_repositories = {
|
remote_repositories = {
|
||||||
'leaflet': "git://github.com/CloudMade/Leaflet.git",
|
'leaflet': "git://github.com/CloudMade/Leaflet.git@stable",
|
||||||
'draw': "git://github.com/jacobtoye/Leaflet.draw.git",
|
'draw': "git://github.com/jacobtoye/Leaflet.draw.git",
|
||||||
'hash': "git://github.com/mlevans/leaflet-hash.git",
|
'hash': "git://github.com/mlevans/leaflet-hash.git",
|
||||||
'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git',
|
'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git',
|
||||||
|
|
Loading…
Reference in a new issue