css assets path not using custom prefix
Created by: fgarcia
// Case Installation with custom prefix
gitlab.yml: relative_url_root: /gitlab unicorn.rb:ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"
// Problem
Some icons do not appear. The reason is that the generated CSS file is generating asset paths without considering the prefix such as:
http://host/assets/glyphicons-halflings.png
instead of