]> git.openstreetmap.org Git - rails.git/commitdiff
Remove swfobject from Vendorfile as it is no longer used
authorTom Hughes <tom@compton.nu>
Thu, 4 Mar 2021 14:46:02 +0000 (14:46 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 4 Mar 2021 14:46:02 +0000 (14:46 +0000)
Vendorfile

index d00557322f5dd3126529c70b010a872910b09f66..6b586f9ce2d03666f9287baa0612a43d47c11888 100644 (file)
@@ -46,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