mattt/rack-push-notification

sprockets/sass error

kemmott opened this issue · 2 comments

I'm getting an error with the sass generating:

15:56:57 web.1 | SystemStackError - stack level too deep
15:56:57 web.1 | (in /Users/xxx/work/RackPushNotification/lib/rack/push-notification/assets/stylesheets/screen.sass):
15:56:57 web.1 | /Users/xxx/.rvm/gems/ruby-1.9.3-p374/gems/sprockets-2.8.2/lib/sprockets/context.rb:200

I'm getting this just trying to stand up the example app.

This is an issue of bootstrap-sass, which is a dependency of this project - see twbs/bootstrap-sass#257. I think the easiest way to solve it is to require a working version of bootstrap-sass until they fixed it. I'll send a pull request for that.

Shouldn't be an issue now that the frontend has been refactored as part of Helios.