No need to precompile traffico anymore, as it's been removed

This commit is contained in:
Bryan Housel 2017-06-12 18:36:50 -04:00
parent 727c1b0595
commit 71d19cebf3

View file

@ -29,6 +29,3 @@ Rails.application.config.assets.precompile += %w[help/introduction.*]
Rails.application.config.assets.precompile += %w[iD/img/*.svg iD/img/*.png iD/img/*.gif]
Rails.application.config.assets.precompile += %w[iD/img/pattern/*.png]
Rails.application.config.assets.precompile += %w[iD/locales/*.json]
Rails.application.config.assets.precompile += %w[iD/traffico/stylesheets/traffico.css]
Rails.application.config.assets.precompile += %w[iD/traffico/fonts/traffico_*]
Rails.application.config.assets.precompile += %w[iD/traffico/string-maps/*.json]