]> git.openstreetmap.org Git - rails.git/blobdiff - Vendorfile
Remove include of Mixin.Events
[rails.git] / Vendorfile
index e57ab21fee5b8a9e26bc595962a3d2ad8543196a..67307f8444796f2631dbb9d1ec47b29649302bd0 100644 (file)
@@ -68,5 +68,13 @@ folder 'vendor/assets' do
 
   folder 'javascripts' 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