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
css-sprite uses path.join to make css path, and on windows path.join uses backslash so result is invalid, something like:
background-image: url('\img\sprite.png');