X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6bde69a840794523e54bdf1a3f99f0c413c0d974..e84b2bd22f7c92fb7a128a91c999f86e350bf04d:/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