X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9e50c3851ce56514004fc12bcf2c71817fc44b0b..f3bd3834e04559af3d79b48f675b24f6190abb6b:/Vendorfile diff --git a/Vendorfile b/Vendorfile index ac361e575..67307f844 100644 --- a/Vendorfile +++ b/Vendorfile @@ -70,4 +70,11 @@ folder 'vendor/assets' do file 'html5shiv.js', 'https://raw.githubusercontent.com/aFarkas/html5shiv/master/src/html5shiv.js' file 'bowser.js', 'https://github.com/lancedikson/bowser/releases/download/1.9.3/bowser.js' 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