tower-archive / tower

UNMAINTAINED - Small components for building apps, manipulating data, and automating a distributed infrastructure.
http://tower.github.io
MIT License
1.79k stars 120 forks source link

Windows Testing Fix & tower-application(js) #344

Closed thehydroimpulse closed 11 years ago

thehydroimpulse commented 11 years ago

Since windows doesn't support any unix commands, I made a simple node script that does the same thing, but works with globs (like gruntjs) instead.

node test/find.js test/cases/**/*Test.coffee is the default command being run instead of the unix variant. The 2 parameter is the glob to find.

I was gonna make this a pull request for the master branch but it would've included your original js convertion.