From 6837d7cdbaa6acc466910d54164fb66b8dd3fabf Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 12 Jun 2017 11:22:53 -0400 Subject: [PATCH] Remove old traffico mapillary signs library from Vendorfile --- Vendorfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Vendorfile b/Vendorfile index 304be9e15..2a17ef8b9 100644 --- a/Vendorfile +++ b/Vendorfile @@ -54,7 +54,6 @@ folder 'vendor/assets' do from 'git://github.com/openstreetmap/iD', :branch => 'release' do folder 'iD/img', 'dist/img' folder 'iD/locales', 'dist/locales' - folder 'iD/traffico', 'dist/traffico' folder 'iD/mapillary-js', 'dist/mapillary-js' file 'iD.css.erb', 'dist/iD.css' do |path| @@ -63,14 +62,6 @@ folder 'vendor/assets' do end end - file 'iD/traffico/stylesheets/traffico.css.erb', 'dist/traffico/stylesheets/traffico.css' do |path| - rewrite(path) do |content| - content.gsub(/url\("?\.\.\/([^#?")]+)([^"]*)"?\)/, 'url(<%= asset_path("iD/traffico/\1") %>\2)') - end - end - - File.delete('vendor/assets/iD/iD/traffico/stylesheets/traffico.css') - file 'iD.js', 'dist/iD.js' end end -- 2.43.2