resque / resque-web

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

twitter-bootstrap-rails 4.0.0 #124

Closed tthomas7 closed 7 years ago

tthomas7 commented 7 years ago

I ran bundle update and resque_web prevented rails from rendering, instead showing, 'cannot find file twitter-bootsrap-rails/fontawesome' which makes sense given that twitter-bootstrap-rails removed font-awesome in version 4.0.0.

I'm not sure what the permanent fix is but for me I got it working by locking twitter-bootstrap-rails to version 3.2.2 in my Gemfile. I can probably make a pull request for the gemspec file if that would be helpful.

lumir commented 7 years ago

Im getting the same error

kirillplatonov commented 7 years ago

@tthomas7 @lumir thanks for your feedback. It should be fixed in master. Would be great if you can check it within your project. I will release new version in next few days.

kirillplatonov commented 7 years ago

Fixed in version 0.0.10. Already available on rubygems.