Welcome Guest, Not a member yet? Register   Sign In
AssetLibPro problem with the images paths used within the CSS
#1

[eluser]Unknown[/eluser]
Hello
currently i'm using AssetLibPro Library with CSSTidy and JSMin plugins for my new project
it works fine but have a small issue
it adds the full path for all of the images included within the css files
for example
if the css have a link for background image like
Code:
background-image: url("../img/sidebar-menu-arrow.png");
after calling the css file from the library and push it to the view the path become
Code:
background-image: url("../../../assets/backend/css/../img/sidebar-menu-arrow.png");
which issue a problem and most of images within the design are missed




Theme © iAndrew 2016 - Forum software by © MyBB