X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e6f00f5dc83c70a778f09790886767c75b39ce94..5b061ef69084d813c8bab8aa10254d0befb6fb22:/Vendorfile diff --git a/Vendorfile b/Vendorfile index 5deed27a6..2bc20b76c 100644 --- a/Vendorfile +++ b/Vendorfile @@ -2,7 +2,6 @@ folder 'vendor/assets' do folder 'jquery' do file 'jquery.cookie.js', 'https://raw.githubusercontent.com/carhartl/jquery-cookie/master/src/jquery.cookie.js' file 'jquery.throttle-debounce.js', 'https://raw.githubusercontent.com/cowboy/jquery-throttle-debounce/v1.1/jquery.ba-throttle-debounce.js' - file 'jquery.simulate.js', 'https://raw.githubusercontent.com/jquery/jquery-simulate/1.0.0/jquery.simulate.js' end folder 'leaflet' do @@ -47,6 +46,7 @@ folder 'vendor/assets' do folder 'iD' do from 'git://github.com/openstreetmap/iD', :branch => 'release' do + folder 'iD/data', 'dist/data' folder 'iD/img', 'dist/img' folder 'iD/locales', 'dist/locales' folder 'iD/mapillary-js', 'dist/mapillary-js' @@ -58,7 +58,7 @@ folder 'vendor/assets' do end end - file 'iD.js', 'dist/iD.js' + file 'iD.js', 'dist/iD.legacy.js' end end @@ -67,10 +67,6 @@ folder 'vendor/assets' do file 'es6.js', 'https://polyfill.io/v3/polyfill.js?features=es6&flags=gated,always' end - folder 'javascripts' do - file 'html5shiv.js', 'https://raw.githubusercontent.com/aFarkas/html5shiv/master/src/html5shiv.js' - end - folder 'swfobject' do from 'git://github.com/swfobject/swfobject.git', :tag => '2.2' do file 'expressInstall.swf', 'swfobject/expressInstall.swf'