resque / resque-web

a Rails-based web interface to Resque
235 stars 166 forks source link

File to import not found or unreadable: font-awesome-sprockets #162

Open EdCordata opened 2 years ago

EdCordata commented 2 years ago

Full error:

Error: File to import not found or unreadable: font-awesome-sprockets.
        on line 5:1 of /home/USERNAME/.rvm/gems/ruby-2.7.3/gems/resque-web-0.0.12/app/assets/stylesheets/resque_web/bootstrap_and_overrides.css.scss.erb
>> @import "font-awesome-sprockets";

Error introduced in: #123

bhushangahire commented 1 year ago

I am seeing this error what was the fix?

EdCordata commented 1 year ago

I am seeing this error what was the fix?

You can just use the custom branch for now, untill this pull request has been merged: https://github.com/resque/resque-web/pull/163

gem 'resque-web', github: 'EdCordata/resque-web', branch: 'fix/file-to-import-not-found-or-unreadable-font-awesome-sprockets'