You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 intoapplication.css
, this works well but missing the fonts.What the right way that I can handle assets like this? Thank you!
The text was updated successfully, but these errors were encountered: