BetterErrors / better_errors

Better error page for Rack apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

better_errors v2.10 has sassc hidden dependency

mikdiet opened this issue · comments

I'm not using sassc gem, so after update I'm getting cannot load such file -- sassc (LoadError)

It was introduced in the commit eed0a47. Though it's named as "Use SCSS for development", the dependency is actually production, because you require this in lib/better_errors/error_page.rb

oh, it's actually duplicate of #516