I'm hoping this is super simple, cause it's very basic. using the assets pipline got a css in sub sub folder, exampla
vendor->stylsheets->foo->bar->style.css
in this style.css I got the following
background-image:url("../../Template/img/k.png")
this works when assets and resources are not compiled (development)
but not on production.. on production the ../ needs to be removed.
how do I make it work in any situation?