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

Port to Node.js

darcyclarke opened this issue · comments

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?

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.

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?