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?
When defining
$skinLogo: url("logo.svg") no repeat 0 0;I get:Even though I have it in
assets. What's wrong here?