Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$skinLogo doesn't find the image #36

Open
santostiago opened this issue Jul 24, 2017 · 2 comments
Open

$skinLogo doesn't find the image #36

santostiago opened this issue Jul 24, 2017 · 2 comments

Comments

@santostiago
Copy link

santostiago commented Jul 24, 2017

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?

@adityawicaksana
Copy link

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

@petervdw
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants