X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/56db9ca2b7e2475cd8025630049fb4a4b824f2d9..167bc5001d23c429f090c55a932c7d66e2cc2b8e:/Vendorfile diff --git a/Vendorfile b/Vendorfile index d11ca37fc..a7cada67a 100644 --- a/Vendorfile +++ b/Vendorfile @@ -25,4 +25,27 @@ 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 + + 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