You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run a task with such config { cssFile: "sprite.css", svg: { sprite: "sprite.svg" } }
and expect to have such sprite url in the css file background-image: url("sprite.svg");
but i get this one invalid (in fact, the css and the sprite file are generated into same directory) background-image: url("../sprite.svg");
The text was updated successfully, but these errors were encountered:
rmrfhome
changed the title
Reduntant leading ../ is addet to sprite url
Reduntant leading ../ is added to sprite url
Oct 16, 2017
I run a task with such config
{ cssFile: "sprite.css", svg: { sprite: "sprite.svg" } }
and expect to have such sprite url in the css file
background-image: url("sprite.svg");
but i get this one invalid (in fact, the css and the sprite file are generated into same directory)
background-image: url("../sprite.svg");
The text was updated successfully, but these errors were encountered: