X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e47c11c644c3e73e8dcc95d3ee9c133e050360f0..5b061ef69084d813c8bab8aa10254d0befb6fb22:/Vendorfile diff --git a/Vendorfile b/Vendorfile index 36716646e..2bc20b76c 100644 --- a/Vendorfile +++ b/Vendorfile @@ -2,12 +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 'bootstrap' do - file 'bootstrap.tooltip.js', 'https://raw.githubusercontent.com/twbs/bootstrap/v3.3.2/js/tooltip.js' - file 'bootstrap.dropdown.js', 'https://raw.githubusercontent.com/twbs/bootstrap/v3.3.2/js/dropdown.js' end folder 'leaflet' do @@ -52,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' @@ -63,7 +58,7 @@ folder 'vendor/assets' do end end - file 'iD.js', 'dist/iD.js' + file 'iD.js', 'dist/iD.legacy.js' end end @@ -72,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'