X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1f0884a34c078ae955c0466fbcdddadfab9dca33..51c5be98f7c10e077d22488434365a626da5a893:/Vendorfile diff --git a/Vendorfile b/Vendorfile index 7da31ce46..ae46dc171 100644 --- a/Vendorfile +++ b/Vendorfile @@ -53,6 +53,8 @@ folder 'vendor/assets' do rewrite(path) { |content| content.gsub(/url\('?(img\/[^')]+)'?\)/, 'url(<%= asset_path("iD/\1") %>)') } end file 'iD.js', 'dist/iD.js' + file 'presets.js', 'dist/presets.js' + file 'imagery.js', 'dist/imagery.js' end end