-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Vendorized FontAwesome is unreadable with Sprockets 4 #3204
Comments
Here's the proposed fix cselmer@3fe3783 but I can't send PR atm because the test suite is not working for me (even before I start changing anything). I keep seeing |
@mshibuya Thanks for your work on maintaining Thoughts on this issue? We are experiencing this as well, and I would expect a lot of others too given that Sprockets 4 was released recently, except that I am not seeing that much activity on this issue. Let us know if the two of us are missing something. Looks like cselmer@3fe3783 commit, which @bodrovis linked above, should be the fix. @bodrovis Thanks for creating this issue! |
@gaganawhad Hello! Please check my PR, I've fixed this issue (with Chris' help) and other failing tests #3207 |
After upgrading to Sprockets 4, admin page stops working at all:
Commenting out the specified line fixes the issue. This happens on Rails 6 on Windows and Mac.
Here is a sample fresh app demonstrating the problem: https://github.com/bodrovis/RailsAdminSprockets To reproduce:
http://localhost:3000/admin
The text was updated successfully, but these errors were encountered: