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

Images and fonts in less files are not downloaded #3

Open
gioele opened this issue Aug 12, 2014 · 0 comments
Open

Images and fonts in less files are not downloaded #3

gioele opened this issue Aug 12, 2014 · 0 comments

Comments

@gioele
Copy link

gioele commented Aug 12, 2014

The CSS files reference HTTP resources that cannot be accessed, for example

http://localhost:2234/plugins/arMeaStylePlugin/css/less/images/UzK_Logo.png

or

http://localhsot:2234/plugins/arMeaStylePlugin/vendor/fonts/Istok/2koEo4AKFSvK4B52O_Mwaha1RVmPjeKy21_GQJaLlJI.woff

This is probably due to the fact that rules with paths like

#mainLogo {
    background-image: url("images/UzK_Logo.png");
}

are compiled by LESS to

#mainLogo{background-image:url("less/images/UzK_Logo.png");

Maybe LESS is trying to be too smart and wants to preserve the directory structure?

/cc @strec

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