X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/214ff28cd9df00154441f43ea18d2c043375dd3b..d0de36b6072b7e8ee0083e680ebf6a21d5b81ab8:/Vendorfile diff --git a/Vendorfile b/Vendorfile index 4fc1e5348..2d728ab1e 100644 --- a/Vendorfile +++ b/Vendorfile @@ -31,10 +31,6 @@ folder 'vendor/assets' do from 'git://github.com/jfirebaugh/leaflet-osm.git' do file 'leaflet.osm.js', 'leaflet-osm.js' end - - from 'git://github.com/mlevans/leaflet-hash.git' do - file 'leaflet.hash.js', 'leaflet-hash.js' - end end folder 'ohauth' do @@ -53,4 +49,8 @@ folder 'vendor/assets' do file 'iD.js', 'dist/iD.js' end end + + folder 'javascripts' do + file 'html5shiv.js', 'https://raw.github.com/aFarkas/html5shiv/master/src/html5shiv.js' + end end