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

CSS background-url images not loading in production #5

Open
ghost opened this issue Jul 25, 2013 · 1 comment
Open

CSS background-url images not loading in production #5

ghost opened this issue Jul 25, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 25, 2013

Using url('../../path/to/image') in the stylesheets doesn't probably use the digested version in production and doesn't work in sub directories.

Change the stylesheets to scss and use image-url('/kendo/path/to/image') and move images into vendor/assets/kendo/images.

@x3mka
Copy link

x3mka commented Oct 31, 2013

After assets precompilation images are in ./assets/kendo/Theme/ but actual image urls are /assets/Theme/*
The same for textures.

You need to update you css files or move theme images and texture one level up.

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

1 participant