Remove debug statement

This commit is contained in:
Tom Hughes 2016-03-04 10:30:16 +00:00
parent 397b68af32
commit cf597c1984

View file

@ -62,7 +62,7 @@ folder 'vendor/assets' do
content.gsub(/url\("?\.\.\/([^#?")]+)([^"]*)"?\)/, 'url(<%= asset_path("iD/traffico/\1") %>\2)')
end
end
puts "deleting vendor/assets/iD/iD/traffico/stylesheets/traffico.css"
File.delete('vendor/assets/iD/iD/traffico/stylesheets/traffico.css')
file 'iD.js', 'dist/iD.js'