zmoazeni / csscss

A CSS redundancy analyzer that analyzes redundancy.
http://zmoazeni.github.io/csscss/
MIT License
2.92k stars 151 forks source link

Parse compass config file, if available #13

Closed MKuckert closed 11 years ago

zmoazeni commented 11 years ago

Ah thanks. Should this be able to be overridden by a path? Maybe reusing the existing --compass ?

MKuckert commented 11 years ago

An overwrite would be nice, yes. But the default behaviour should be to search for a config.rb file - like compass does. Compass is using a flag -c i think to overwrite the config file. But reusing the --compass would make sense.

zmoazeni commented 11 years ago

Ok, I went ahead and reworked the logic so I'm going to close this pull request unmerged. But thank you for the original code!