Remove swfobject from Vendorfile as it is no longer used

This commit is contained in:
Tom Hughes 2021-03-04 14:46:02 +00:00
parent d8b9b6dd58
commit f87e9a1088

View 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