X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/624e59b1e52b970fa655a25c1a5688f042488d09..b47c27b5af26c8917ae014f268a8097b3c17464e:/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