-
Notifications
You must be signed in to change notification settings - Fork 299
can't get assets #109
Comments
Further info: GET fontawesome-webfont-9fdf...6aefdb0d503cc72528a.ttf GET /brimir/ GET fontawesome-webfont-7b07...6332129d46.woff?v=4.2.0 GET fontawesome-webfont-9fdf...503cc72528a.ttf?v=4.2.0 |
Good find. That is a problem in the fontawesome-rails gem. I believe you can fix it like this: If that doesn't help, please open an issue there, as I cannot solve it. |
Great... fixed most of fontawesome problems (now I see icons...) but... having a problem with tinymce now. also "ip/assets/tinymce" I've checked on new browsers to be sure it was not a browser issue (cache and so on..) |
I believe you should set RAILS_RELATIVE_URL_ROOT=/brimir in your server configuration (for example |
that seams too drastic... what if I have more rails apps? |
set_env can be used in a location directive, thereby limiting it to only the brimir application. |
Hi,
I've managed to pinpoint why.. I am using http://ip/basedir/assets/...
Where can I change the app basedir?
Thanks :)
edit *not the app basedir, but the url for the assets perhaps?
The text was updated successfully, but these errors were encountered: