]> git.openstreetmap.org Git - rails.git/blobdiff - Vendorfile
Move jquery.simulate to be a yarn managed asset
[rails.git] / Vendorfile
index 5deed27a6eb2e7d22bafac96819bc3f8b2a1053f..2bc20b76c1a18b8a95eff929229b1e102b2f2676 100644 (file)
@@ -2,7 +2,6 @@ folder 'vendor/assets' do
   folder 'jquery' do
     file 'jquery.cookie.js', 'https://raw.githubusercontent.com/carhartl/jquery-cookie/master/src/jquery.cookie.js'
     file 'jquery.throttle-debounce.js', 'https://raw.githubusercontent.com/cowboy/jquery-throttle-debounce/v1.1/jquery.ba-throttle-debounce.js'
-    file 'jquery.simulate.js', 'https://raw.githubusercontent.com/jquery/jquery-simulate/1.0.0/jquery.simulate.js'
   end
 
   folder 'leaflet' do
@@ -47,6 +46,7 @@ folder 'vendor/assets' do
 
   folder 'iD' do
     from 'git://github.com/openstreetmap/iD', :branch => 'release' do
+      folder 'iD/data', 'dist/data'
       folder 'iD/img', 'dist/img'
       folder 'iD/locales', 'dist/locales'
       folder 'iD/mapillary-js', 'dist/mapillary-js'
@@ -58,7 +58,7 @@ folder 'vendor/assets' do
         end
       end
 
-      file 'iD.js', 'dist/iD.js'
+      file 'iD.js', 'dist/iD.legacy.js'
     end
   end
 
@@ -67,10 +67,6 @@ folder 'vendor/assets' do
     file 'es6.js', 'https://polyfill.io/v3/polyfill.js?features=es6&flags=gated,always'
   end
 
-  folder 'javascripts' do
-    file 'html5shiv.js', 'https://raw.githubusercontent.com/aFarkas/html5shiv/master/src/html5shiv.js'
-  end
-
   folder 'swfobject' do
     from 'git://github.com/swfobject/swfobject.git', :tag => '2.2' do
       file 'expressInstall.swf', 'swfobject/expressInstall.swf'