active_skin icon indicating copy to clipboard operation
active_skin copied to clipboard

$skinLogo doesn't find the image

Open santostiago opened this issue 8 years ago • 3 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?

santostiago avatar Jul 24 '17 09:07 santostiago

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

adityawicaksana avatar Sep 27 '17 22:09 adityawicaksana

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

petervdw avatar Jan 24 '19 13:01 petervdw