Closed kruszczynski closed 10 years ago
+1 for completely replacing debugger
with pry-byebug
. Do you want to change your PR, so I can merge it?
There you go. I'm exploring the code base right now, looking for stuff to improve. I've also added css_splitter to Code Climate (https://codeclimate.com/github/zweilove/css_splitter), so I'll be aiming at 4.0 there as well.
I had some trouble setting up local env, due to gem 'debugger'.
I've added conditionally 'pry-byebug' for ruby 2.0 +
Since ruby 1.9.3 is not developed anymore removing debugger at all might be good idea.