]> git.openstreetmap.org Git - rails.git/blobdiff - Vendorfile
Update tests for changes to user settings form
[rails.git] / Vendorfile
index 02d9fdd2027cdedb6ec611728b8fd3be352cbec2..251a478d12e21916a6e2af0efa331dd37a4393d9 100644 (file)
@@ -1,6 +1,6 @@
 folder 'vendor/assets' do
   folder 'leaflet' do
-    from 'git://github.com/Leaflet/Leaflet.git', :tag => 'v0.5' do
+    from 'git://github.com/Leaflet/Leaflet.git', :tag => 'v0.6.1' do
       file 'leaflet.css', 'dist/leaflet.css'
       file 'leaflet.ie.css', 'dist/leaflet.ie.css'
       file 'leaflet.js', 'dist/leaflet-src.js'
@@ -37,4 +37,15 @@ folder 'vendor/assets' do
       file 'ohauth.js'
     end
   end
+
+  folder 'iD' do
+    from 'git://github.com/systemed/iD', :branch => '1-0-stable' do
+      folder 'iD/img', 'dist/img'
+      folder 'iD/locales', 'dist/locales'
+      file 'iD.css.erb', 'dist/iD.css' do |path|
+        rewrite(path) { |content| content.gsub(/url\('?(img\/[^')]+)'?\)/, 'url(<%= asset_path("iD/\1") %>)') }
+      end
+      file 'iD.js', 'dist/iD.js'
+    end
+  end
 end