caolan / nodeunit

Easy unit testing in node.js and the browser, based on the assert module.
MIT License
1.9k stars 370 forks source link

Pre-build nodeunit for browser #310

Open brettz9 opened 8 years ago

brettz9 commented 8 years ago

Hi,

I'm on Windows and at least for the Make tool utility I am using, I'm not able to get it work.

Can you please pre-build the browser file or else supply some kind of platform-agnostic build tool (like grunt perhaps)?

brettz9 commented 8 years ago

I see I can workaround this by using the file in the examples/ folder, but I figure that might not be as stable...

mreinstein commented 8 years ago

@brettz9 the makefile is here:

https://github.com/caolan/nodeunit/blob/master/Makefile

the commands used in there may be available in cygwin or some other shell. PR welcome!