davidguttman / cssify

Simple middleware for Browserify to add css styles to the browser.
122 stars 19 forks source link

Let the user to decide what to process #26

Closed faergeek closed 8 years ago

faergeek commented 8 years ago

It allows to pass option test which can be function, string or RegExp.

I could not write or even run tests, because you're using too old version of jsdom and it's not supported by Node 5, can we update it to latest? Which version of Node do you have?

Also we need to add that option to README.md.

faergeek commented 8 years ago

Or the other way, what about running tests in browser-run or something like that? Is it possible with mocha?

davidguttman commented 8 years ago

Would love to have tests updated. I haven't used mocha in a project in a long time, I prefer tape. All for using browser-run too.

faergeek commented 8 years ago

Cool, I like tape so much. So should the tests be rewritten for tape?

faergeek commented 8 years ago

I could submit PR with tape tests and coverage with istanbul

davidguttman commented 8 years ago

That would be awesome!

faergeek commented 8 years ago

Cool, I'll do it ASAP.