resque / resque-web

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

fixed font awesome bug that arises when you updated gemfile #123

Closed lemuelbarango closed 7 years ago

lemuelbarango commented 7 years ago

fixed font awesome bug that arises when you updated twitter-bootstrap-rails gem

grosser commented 7 years ago

@kirillplatonov: we also ran into that :<

kirillplatonov commented 7 years ago

@lemuelbarango thanks for your pull request. I will check whats going on with master tests today and will merge with PR.

seanlinsley commented 7 years ago

As of this PR I'm now getting this error:

Sass::SyntaxError at /

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

I'm using twitter-bootstrap-rails 4.0.0.

Looks like Font Awesome was actually removed from the gem: https://github.com/seyhunak/twitter-bootstrap-rails/issues/889

seanlinsley commented 7 years ago

For now I'm going to stick with twitter-bootstrap-rails 3.2.2.

kirillplatonov commented 7 years ago

@seanlinsley this issue fixed in master now. I will prepare release in next few days