RailsApps / rails-devise-pundit

Rails 5.0 starter app with Devise for authentication and Pundit for authorization.
http://railsapps.github.io/rails-devise-pundit/
483 stars 156 forks source link

Sass::SyntaxError at /File to import not found or unreadable: bourbon. #35

Open promisepreston opened 7 years ago

promisepreston commented 7 years ago

If you encounter an issue like "Sass::SyntaxError at /File to import not found or unreadable: bourbon", simply go to https://rubygems.org/gems/binding_of_caller/ and get binding_of_caller gem. Version 0.72 is the latest as of this writing. You can either include the gem in your "Gemfile" and then run "bundle intall" or simply install the gem using the command line interface. Thanks.

DanielKehoe commented 7 years ago

I'm not sure this makes sense. If the 'bourbon' gem is missing why install the 'binding_of_caller' gem? Perhaps you can clarify.