X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/56db9ca2b7e2475cd8025630049fb4a4b824f2d9..b1308a87be1aaa0c6e5fd27e0635ef22b76e8081:/Vendorfile diff --git a/Vendorfile b/Vendorfile index d11ca37fc..a56751196 100644 --- a/Vendorfile +++ b/Vendorfile @@ -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