Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 318 forks source link

Sass::SyntaxError in Devise::SessionsController#new #61

Closed gregvirgin closed 9 years ago

gregvirgin commented 9 years ago

Following the instructions on the wiki for installation, with the exception of an additional "bundle update", I get an error on first login:

Started GET "/users/sign_in" for 208.78.7.40 at 2015-10-14 18:41:31 +0000
Processing by Devise::SessionsController#new as HTML
  Rendered shared/_notification.html.erb (0.3ms)
  Rendered devise/shared/_links.erb (0.5ms)
  Rendered devise/sessions/new.html.erb within layouts/devise (16.3ms)
Completed 500 Internal Server Error in 180ms

Sass::SyntaxError (Invalid CSS after "...ules: $modules ": expected "}", was "!global;"
  (in /var/www/Scumblr/app/assets/stylesheets/foundation_and_overrides.scss:13)):
  app/assets/stylesheets/foundation_and_overrides.scss:15
  app/views/layouts/devise.html.erb:7:in `_app_views_layouts_devise_html_erb__1365587236562748982_70310677224900'

It would seem there is an incompatibility once updated?

ahoernecke commented 9 years ago

Hi Greg.

Thanks and yes, this is a known issue when running bundle update.