X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/447c05fcb8e306b1be53b4108f816ac8d5663324..d8cbbbc4ad7a54941f74d8c365bb0377046f48d2:/Vendorfile diff --git a/Vendorfile b/Vendorfile index d00557322..0c1f52335 100644 --- a/Vendorfile +++ b/Vendorfile @@ -43,14 +43,6 @@ folder 'vendor/assets' do end folder 'polyfill' do - file 'es5.js', 'https://polyfill.io/v3/polyfill.js?features=es5&flags=gated,always' file 'es6.js', 'https://polyfill.io/v3/polyfill.js?features=es6&flags=gated,always' end - - folder 'swfobject' do - from 'git://github.com/swfobject/swfobject.git', :tag => '2.2' do - file 'expressInstall.swf', 'swfobject/expressInstall.swf' - file 'swfobject.js', 'swfobject/src/swfobject.js' - end - end end