zmoazeni / csscss

A CSS redundancy analyzer that analyzes redundancy.

Home Page:http://zmoazeni.github.io/csscss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why should I install Sass again?

thamas opened this issue · comments

I could be totally noob. Sorry for that… (Or I should not ask you but the rbenv maintainer… – tell me!)

So I have "updated" Ruby on OS X to 1.9.3 (using rbenv). I was able to install csscss and it is works, shows the redundancy in css files. But when I try to use it with scss it tells me I have to install Sass. It is strange cause I have Sass installed, $ sass -v shows me: $ Sass 3.2.4 (Media Mark)

So should I install Sass again for Ruby 1.9.3? Won't it mess my system? How will OS X know which Sass to use when dealing wit different tasks?

If you updated ruby, it will likely have a new gemset so yes, you'll need to re-install sass.

I'm seriously considering re-writing v2 of csscss in scala, and if so you won't need to worry about ruby versions or rubygems. It should "just work" with java.