]> git.openstreetmap.org Git - rails.git/blobdiff - Vendorfile
Show OSM objects for Nominatim search results as map overlays
[rails.git] / Vendorfile
index d11ca37fcbf631f9f8271a98c6ec9bf9abeb0aae..a56751196a8228cfc0c52a56dee1b2f2ddf7edf4 100644 (file)
@@ -25,4 +25,17 @@ folder 'vendor/assets' do
       file 'leaflet.osm.js', 'leaflet-osm.js'
     end
   end
+
+  folder 'jquery' do
+    from 'git://github.com/jevin/Autogrow-Textarea.git' do
+      file 'jquery.autogrowtextarea.js', 'jquery.autogrowtextarea.js'
+    end  
+  end
+
+  folder 'ohauth' do
+    from 'git://github.com/tmcw/ohauth.git' do
+      file 'ohauth.js'
+      file 'sha.js'
+    end
+  end
 end