SoftwareBrothers/active_skin

$skinLogo doesn't find the image

Opened this issue · 2 comments

When defining $skinLogo: url("logo.svg") no repeat 0 0; I get:

Started GET "/assets/logo.svg" for 127.0.0.1 at 2017-07-24 11:02:46 +0200
ActionController::RoutingError (No route matches [GET] "/assets/logo.svg"):

Even though I have it in assets. What's wrong here?

finnally i found the person who has the same problem with me.

You might want to try adding "image_path":
$skinLogo: url(image_path("logo.svg")) no-repeat 0 0;