X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6bde69a840794523e54bdf1a3f99f0c413c0d974..d1660a1c4fb71b61b7bd9181a2ec3822652bc29e:/Vendorfile diff --git a/Vendorfile b/Vendorfile index d11ca37fc..02d9fdd20 100644 --- a/Vendorfile +++ b/Vendorfile @@ -25,4 +25,16 @@ 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/osmlab/ohauth.git' do + file 'ohauth.js' + end + end end