X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6db96ae2feee1ea1ee86e61dfdba415589f349f6..e1234c857001ebd9b2a387116685164bf117062e:/Vendorfile diff --git a/Vendorfile b/Vendorfile index 858870145..6b586f9ce 100644 --- a/Vendorfile +++ b/Vendorfile @@ -1,6 +1,5 @@ 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' end @@ -47,11 +46,4 @@ folder 'vendor/assets' 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