X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7a98913d0cf74887180aca3520c628a52b0e7071..fecc643c4e02dba56aa2acf796f9fd3a79deb4f2:/Vendorfile diff --git a/Vendorfile b/Vendorfile index e67cd169d..a7cada67a 100644 --- a/Vendorfile +++ b/Vendorfile @@ -39,8 +39,9 @@ folder 'vendor/assets' do end folder 'iD' do - from 'git://github.com/systemed/iD', :branch => 'embed' 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