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

How to handle the assets properly when running rake assets:precompile #66

Closed
towerhe opened this issue Mar 3, 2014 · 3 comments
Closed

Comments

@towerhe
Copy link

towerhe commented Mar 3, 2014

Last night, I was struggled with how to make my assets precompile properly. Everything is alright except the libs with additional assets(fonts,images,...).

For example, I required the less file of font-awesome in my application.less. So it can be compile into application.css, this works well but missing the fonts.

What the right way that I can handle assets like this? Thank you!

@SergeyKishenin
Copy link
Collaborator

There was rake bower:resolve task implemented (#49) to regulate cases with relative image urls.

Unfortunately no work has been done to fix the issue with fonts.

@jmuheim
Copy link

jmuheim commented May 4, 2014

This solved it. Thanks! 👍

@SergeyKishenin
Copy link
Collaborator

Closing this thread for now. Possible fix is in #85 so further discussion goes there.

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