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
Hi, I'm using less-rails-fontawesome in a Rails 4.0.0.beta1 app. The problem is, when I deploy my application to production, which sits in a subfolder, I can't get fontawesome to show the icons.
I have seen that the path to fontawesome in the .less files is hardcoded to /assets. Shouldn't it be something more dynamic, depending on the asset pipeline config?
Hi, I'm using less-rails-fontawesome in a Rails 4.0.0.beta1 app. The problem is, when I deploy my application to production, which sits in a subfolder, I can't get fontawesome to show the icons.
I have seen that the path to fontawesome in the .less files is hardcoded to /assets. Shouldn't it be something more dynamic, depending on the asset pipeline config?
In my config/deploy.rb file, I have this:
which allows the assets to be shown under a subfolder. Any ideas on how to fix that?
The text was updated successfully, but these errors were encountered: