Update swfobject to use uncompressed source

This commit is contained in:
Tom Hughes 2018-05-22 08:40:41 +01:00
parent 624e59b1e5
commit b47c27b5af
3 changed files with 782 additions and 2 deletions

View file

@ -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

0
vendor/assets/swfobject/expressInstall.swf vendored Normal file → Executable file
View file

777
vendor/assets/swfobject/swfobject.js vendored Normal file → Executable file

File diff suppressed because one or more lines are too long