zmoazeni / csscss

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

Port to Node.js #65

Closed darcyclarke closed 11 years ago

darcyclarke commented 11 years ago

Would love to see this ported to node and eventually have a client-side version you could throw into a bookmarklet. Think it would be super handy as a dev tool. Not sure the time investment but I think it would be worth it. Thoughts?

zmoazeni commented 11 years ago

What would be benefits of a client side version over the current command line?

I'm going to close for now, but feel free to expand.

niutech commented 7 years ago

The node.js version wouldn't require Ruby as a dependency when run from Grunt/Gulp. The bookmarklet would allow web devs to audit existing websites, like YSlow.

Maybe it is possible to port CSSCSS to JS using Opal?